Home
last modified time | relevance | path

Searched refs:LinkerBlockAllocator (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_block_allocator.cpp57 LinkerBlockAllocator::LinkerBlockAllocator(size_t block_size) in LinkerBlockAllocator() function in LinkerBlockAllocator
63 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()
Dlinker_block_allocator.h48 class LinkerBlockAllocator {
50 explicit LinkerBlockAllocator(size_t block_size);
68 DISALLOW_COPY_AND_ASSIGN(LinkerBlockAllocator);
96 LinkerBlockAllocator block_allocator_;
Dlinker.cpp506 static LinkerBlockAllocator allocator_;
510 LinkerBlockAllocator SizeBasedAllocator<size>::allocator_(size);