diff options
| author | Masaki Muranaka <[email protected]> | 2012-07-31 16:47:53 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2012-07-31 16:50:09 +0900 |
| commit | 0cee3bb5317a220da7c123059a2c08daec288d30 (patch) | |
| tree | 228ae8daab964394de08c0e0ed52c6657feed259 /src/pool.c | |
| parent | bc7dc06c51a1566c7918b1992cb546e70d78c552 (diff) | |
| download | mruby-0cee3bb5317a220da7c123059a2c08daec288d30.tar.gz mruby-0cee3bb5317a220da7c123059a2c08daec288d30.zip | |
POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.
Diffstat (limited to 'src/pool.c')
| -rw-r--r-- | src/pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pool.c b/src/pool.c index 36c6fa8eb..daa6d0f69 100644 --- a/src/pool.c +++ b/src/pool.c @@ -9,7 +9,7 @@ #include <string.h> /* configuration section */ -/* allcated memory address should be multiple of POOL_ALLOC_ALIGN */ +/* allocated memory address should be multiple of POOL_ALIGNMENT */ /* or undef it if alignment does not matter */ #ifndef POOL_ALIGNMENT #define POOL_ALIGNMENT 4 |
