#include <Box2D/Common/b2Settings.h>
Go to the source code of this file.
Classes | |
class | b2BlockAllocator |
Variables | |
const int32 | b2_blockSizes = 14 |
const int32 | b2_chunkArrayIncrement = 128 |
const int32 | b2_chunkSize = 16 * 1024 |
const int32 | b2_maxBlockSize = 640 |
const int32 b2_blockSizes = 14 |
Definition at line 26 of file b2BlockAllocator.h.
const int32 b2_chunkArrayIncrement = 128 |
Definition at line 27 of file b2BlockAllocator.h.
const int32 b2_chunkSize = 16 * 1024 |
Definition at line 24 of file b2BlockAllocator.h.
const int32 b2_maxBlockSize = 640 |
Definition at line 25 of file b2BlockAllocator.h.