Searched refs:MIN_CHUNK_SIZE (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2275 #define MIN_CHUNK_SIZE\ macro
2285 #define MAX_REQUEST ((-MIN_CHUNK_SIZE) << 2)
2286 #define MIN_REQUEST (MIN_CHUNK_SIZE - CHUNK_OVERHEAD - SIZE_T_ONE)
2294 (((req) < MIN_REQUEST)? MIN_CHUNK_SIZE : pad_request(req))
2792 (align_offset(chunk2mem(0))+pad_request(sizeof(struct malloc_segment))+MIN_CHUNK_SIZE)
2888 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
3192 (MAX_SIZE_T < MIN_CHUNK_SIZE) ||
3332 if (sz >= MIN_CHUNK_SIZE) {
3353 assert(sz >= MIN_CHUNK_SIZE);
3355 /* unless mmapped, size is less than MIN_CHUNK_SIZE mor
[all...]

Completed in 40 milliseconds