Searched refs:BGET_HDR_QUANTUM (Results 1 – 3 of 3) sorted by relevance
29 #define BGET_HDR_QUANTUM (2 * sizeof(long)) macro
671 COMPILE_TIME_ASSERT(BGET_HDR_QUANTUM == SizeQ);675 if (hdr_size % BGET_HDR_QUANTUM != 0)1702 hdr_size = (rand() & 0x3) * BGET_HDR_QUANTUM; in bget_main_test()
573 static_assert((sizeof(struct mdbg_hdr) % BGET_HDR_QUANTUM) == 0); in mem_alloc_unlocked()