diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-31 19:01:09 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-31 19:01:09 +0900 |
| commit | 9bfc64b4cb91d36d7f153c8ad78d96a064e44b37 (patch) | |
| tree | 10c861dd8911e5faaa3d8364593a6c1a6f73b66f /include | |
| parent | e064ff2098f8cf6e409b86df2d3b0da3217ff1a8 (diff) | |
| parent | 954c33a854e61078e60ce21dfdc8befda6b8e81d (diff) | |
| download | mruby-9bfc64b4cb91d36d7f153c8ad78d96a064e44b37.tar.gz mruby-9bfc64b4cb91d36d7f153c8ad78d96a064e44b37.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 3d1e1757d..20f49ec29 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -25,6 +25,12 @@ /* default size of khash table bucket */ //#define KHASH_DEFAULT_SIZE 32 +/* allocated memory address alignment */ +//#define POOL_ALIGNMENT 4 + +/* page size of memory pool */ +//#define POOL_PAGE_SIZE 16000 + /* -DDISABLE_XXXX to drop the feature */ #define DISABLE_REGEXP /* regular expression classes */ //#define DISABLE_SPRINTF /* Kernel.sprintf method */ |
