Searched refs:ELF_ALLOC_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
41 reinterpret_cast<ElfAllocatorChunk*>(malloc(ELF_ALLOC_CHUNK_SIZE)); in alloc()47 new_chunk->size = ELF_ALLOC_CHUNK_SIZE; in alloc()
34 #define ELF_ALLOC_CHUNK_SIZE (32 * 1024) macro