Searched defs:AllocationAlignment (Results 1 – 2 of 2) sorted by relevance
29 AllocationResult Heap::Allocate(size_t, AllocationType, AllocationAlignment) { in Allocate() argument
791 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enum