HomeSort by relevance Sort by last modified time
    Searched refs:LinkerBlockAllocator (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker_allocator.h 33 class LinkerBlockAllocator {
35 explicit LinkerBlockAllocator(size_t block_size);
49 DISALLOW_COPY_AND_ASSIGN(LinkerBlockAllocator);
67 LinkerBlockAllocator block_allocator_;
linker_allocator.cpp 33 LinkerBlockAllocator::LinkerBlockAllocator(size_t block_size)
39 void* LinkerBlockAllocator::alloc() {
60 void LinkerBlockAllocator::free(void* block) {
87 void LinkerBlockAllocator::protect_all(int prot) {
95 void LinkerBlockAllocator::create_new_page() {
116 LinkerAllocatorPage* LinkerBlockAllocator::find_page(void* block) {
linker.cpp 582 static LinkerBlockAllocator allocator_;
586 LinkerBlockAllocator SizeBasedAllocator<size>::allocator_(size);
    [all...]

Completed in 278 milliseconds