OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LinkerBlockAllocator
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker_block_allocator.h
33
class
LinkerBlockAllocator
{
35
explicit
LinkerBlockAllocator
(size_t block_size);
49
DISALLOW_COPY_AND_ASSIGN(
LinkerBlockAllocator
);
77
LinkerBlockAllocator
block_allocator_;
linker_block_allocator.cpp
40
LinkerBlockAllocator
::
LinkerBlockAllocator
(size_t block_size)
47
void*
LinkerBlockAllocator
::alloc() {
68
void
LinkerBlockAllocator
::free(void* block) {
95
void
LinkerBlockAllocator
::protect_all(int prot) {
103
void
LinkerBlockAllocator
::create_new_page() {
128
LinkerBlockAllocatorPage*
LinkerBlockAllocator
::find_page(void* block) {
Completed in 112 milliseconds