Home
last modified time | relevance | path

Searched defs:extraPages (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dascending_page_allocator.d358 size_t extraPages = 0; in expand() local
618 size_t extraPages = goodAllocSize(delta - bytesLeftOnPage) / pageSize; in expand() local