Sha256: 5853a13bac36528f6d9d7b83dd3d6e2cfaeaa9ff9c35490e7289588406bc0117
Contents?: true
Size: 196 Bytes
Versions: 8
Compression:
Stored size: 196 Bytes
Contents
#include "memory.h" #define PRE_ALLOC_SIZE 2097152 /* 2MB */ namespace rmmseg { char *_pool_base = static_cast<char *>(std::malloc(PRE_ALLOC_SIZE)); int _pool_size = PRE_ALLOC_SIZE; }
Version data entries
8 entries across 8 versions & 2 rubygems