Searched refs:alignment (Results 1 – 4 of 4) sorted by relevance
92 void* Allocate(size_t size, s32 alignment) in Allocate() argument94 return s_pExpHeap->Allocate(size, alignment); in Allocate()
55 void* Allocate(size_t size, s32 alignment = 4);
68 virtual void* Allocate(size_t size, s32 alignment = 4) in Allocate() argument72 return expHeap.Allocate(size, alignment); in Allocate()
136 virtual void* Allocate(size_t size, s32 alignment = 4) in Allocate() argument140 return expHeap.Allocate(size, alignment); in Allocate()