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
65 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()
Dlinker_block_allocator.h45 class LinkerBlockAllocator {
47 explicit LinkerBlockAllocator(size_t block_size);
65 DISALLOW_COPY_AND_ASSIGN(LinkerBlockAllocator);
93 LinkerBlockAllocator block_allocator_;
Dlinker.cpp472 static LinkerBlockAllocator allocator_;
476 LinkerBlockAllocator SizeBasedAllocator<size>::allocator_(size);