Searched refs:LinkerBlockAllocator (Results 1 – 3 of 3) sorted by relevance
57 LinkerBlockAllocator::LinkerBlockAllocator(size_t block_size) in LinkerBlockAllocator() function in LinkerBlockAllocator63 void* LinkerBlockAllocator::alloc() { in alloc()86 void LinkerBlockAllocator::free(void* block) { in free()109 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()117 void LinkerBlockAllocator::create_new_page() { in create_new_page()137 LinkerBlockAllocatorPage* LinkerBlockAllocator::find_page(void* block) { in find_page()153 void LinkerBlockAllocator::purge() { in purge()
48 class LinkerBlockAllocator {50 explicit LinkerBlockAllocator(size_t block_size);68 DISALLOW_COPY_AND_ASSIGN(LinkerBlockAllocator);96 LinkerBlockAllocator block_allocator_;
506 static LinkerBlockAllocator allocator_;510 LinkerBlockAllocator SizeBasedAllocator<size>::allocator_(size);