Searched refs:allocateFromSlab (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 191 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) { in allocateFromSlab() function in TrivialMemoryManager 223 return allocateFromSlab(Size, Alignment, true /* isCode */); in allocateCodeSection() 247 return allocateFromSlab(Size, Alignment, false /* isCode */); in allocateDataSection()
|
/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()
|