Searched defs:allocatorAddr (Results 1 – 7 of 7) sorted by relevance
21 const void *allocatorAddr) in AddPoolToMap()49 const void *allocatorAddr = poolMap_[mapNum].GetAllocatorAddr(); in GetAllocatorInfo() local
41 [[maybe_unused]] const void *allocatorAddr) in AllocArenaImpl()81 [[maybe_unused]] const void *allocatorAddr) in AllocPoolImpl()
30 …llocArena(size_t size, SpaceType spaceType, AllocatorType allocatorType, const void *allocatorAddr) in AllocArena()
280 const void *allocatorAddr) in AllocArenaImpl()394 const void *allocatorAddr) in AllocPoolUnsafe()497 const void *allocatorAddr) in AllocPoolImpl()
102 const void *allocatorAddr) in Initialize()
50 …PoolMap(Pool pool, SpaceType spaceType, AllocatorType allocatorType, void *allocatorAddr = nullptr) in AddToPoolMap()100 …omPoolAddress(Pool pool, SpaceType spaceType, AllocatorType allocatorType, uintptr_t allocatorAddr) in CheckRandomPoolAddress()
208 int *allocatorAddr = new int(); in TEST_F() local