Searched refs:odd_bytes (Results 1 – 1 of 1) sorted by relevance
263 size_t odd_bytes, min_request, slop; in alloc_small() local271 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_small()272 if (odd_bytes > 0) in alloc_small()273 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_small()348 size_t odd_bytes; in alloc_large() local355 odd_bytes = sizeofobject % SIZEOF(ALIGN_TYPE); in alloc_large()356 if (odd_bytes > 0) in alloc_large()357 sizeofobject += SIZEOF(ALIGN_TYPE) - odd_bytes; in alloc_large()