Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gets bumped up to the nearest full page size for ZONE_USE_MMAP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
turn out just a compound statement { ... } block is insufficient,
because it can break if/else statements. do { ... } while(0)
turns it into just a normal statement.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this allows you to just index dynamic arrays like static ones!
|
|
|