Searched refs:BGET_HDR_QUANTUM (Results 1 – 3 of 3) sorted by relevance
29 #define BGET_HDR_QUANTUM (2 * sizeof(long)) macro
626 COMPILE_TIME_ASSERT(BGET_HDR_QUANTUM == SizeQ);630 if (hdr_size % BGET_HDR_QUANTUM != 0)1641 hdr_size = (rand() & 0x3) * BGET_HDR_QUANTUM; in bget_main_test()
580 COMPILE_TIME_ASSERT((sizeof(struct mdbg_hdr) % BGET_HDR_QUANTUM) == 0); in gen_mdbg_malloc()
Completed in 9 milliseconds