Searched defs:BumpPointerAllocator (Results 1 – 3 of 3) sorted by relevance
26 BumpPointerAllocator::BumpPointerAllocator(uintptr_t begin, uintptr_t end) : begin_(begin), top_(be… in BumpPointerAllocator() function
33 class BumpPointerAllocator; variable
31 BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::BumpPointerAllocator(Pool pool, SpaceTyp… in BumpPointerAllocator() function