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

/freebsd-10.1-release/contrib/gcc/
H A Dggc-page.c811 size_t alloc_size, head_slop, tail_slop;
821 head_slop = page - allocation;
825 tail_slop = alloc_size - entry_size - head_slop;
831 if (head_slop >= sizeof (page_group))
808 size_t alloc_size, head_slop, tail_slop; local

Completed in 29 milliseconds