Searched refs:allocateFromSlab (Results 1 – 1 of 1) sorted by relevance
193 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) { in allocateFromSlab() function in TrivialMemoryManager225 return allocateFromSlab(Size, Alignment, true /* isCode */); in allocateCodeSection()245 return allocateFromSlab(Size, Alignment, false /* isCode */); in allocateDataSection()