Searched refs:REGIONAL_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
56 #define REGIONAL_CHUNK_SIZE 8192 macro68 return regional_create_custom(REGIONAL_CHUNK_SIZE); in regional_create()170 s = malloc(REGIONAL_CHUNK_SIZE); in regional_alloc()175 r->available = REGIONAL_CHUNK_SIZE - ALIGNMENT; in regional_alloc()244 log_assert(REGIONAL_CHUNK_SIZE > ALIGNMENT); in regional_log_stats()245 log_assert(REGIONAL_CHUNK_SIZE-ALIGNMENT > r->large_object_size); in regional_log_stats()246 log_assert(REGIONAL_CHUNK_SIZE >= sizeof(struct regional)); in regional_log_stats()255 return r->first_size + (count_chunks(r)-1)*REGIONAL_CHUNK_SIZE in regional_get_mem()