Searched refs:allocateFromSlab (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 193 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) { in allocateFromSlab() function in TrivialMemoryManager 225 return allocateFromSlab(Size, Alignment, true /* isCode */); in allocateCodeSection() 245 return allocateFromSlab(Size, Alignment, false /* isCode */); in allocateDataSection()
|
/external/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 260 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, in allocateFromSlab() function in TrivialMemoryManager 297 return allocateFromSlab(Size, Alignment, true /* isCode */, in allocateCodeSection() 325 return allocateFromSlab(Size, Alignment, false /* isCode */, SectionName, in allocateDataSection()
|