Home
last modified time | relevance | path

Searched refs:internalAllocator (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DLinuxMallocProfiling.cpp36 void *internalAllocator(size_t size, void *caller) { in internalAllocator() function
52 return internalAllocator(size, caller); in operator new()
57 return internalAllocator(size, caller); in operator new[]()
62 return internalAllocator(size, caller); in malloc()