Searched defs:AllocType (Results 1 – 3 of 3) sorted by relevance
74 …void AllocInCommonBuffer(NonObjectBumpAllocator<true> &allocator, std::array<AllocType *, ELEMENTS… in AllocInCommonBuffer()84 void AllocInTLAB(TLAB *tlab, std::array<AllocType *, ELEMENTS_COUNT> &elements) in AllocInTLAB()94 void CheckAlloc(std::array<AllocType *, ELEMENTS_COUNT> &elements) in CheckAlloc()157 using AllocType = uint64_t; in TEST_F() typedef
44 enum class AllocType { enum
65 using AllocType = RunSlotsAllocator<ObjectAllocConfig>; variable