Searched refs:LinkerBlockAllocator (Results 1 – 3 of 3) sorted by relevance
57 LinkerBlockAllocator::LinkerBlockAllocator(size_t block_size) in LinkerBlockAllocator() function in LinkerBlockAllocator65 void* LinkerBlockAllocator::alloc() { in alloc()88 void LinkerBlockAllocator::free(void* block) { in free()111 void LinkerBlockAllocator::protect_all(int prot) { in protect_all()119 void LinkerBlockAllocator::create_new_page() { in create_new_page()139 LinkerBlockAllocatorPage* LinkerBlockAllocator::find_page(void* block) { in find_page()155 void LinkerBlockAllocator::purge() { in purge()
45 class LinkerBlockAllocator {47 explicit LinkerBlockAllocator(size_t block_size);65 DISALLOW_COPY_AND_ASSIGN(LinkerBlockAllocator);93 LinkerBlockAllocator block_allocator_;
472 static LinkerBlockAllocator allocator_;476 LinkerBlockAllocator SizeBasedAllocator<size>::allocator_(size);