Home
last modified time | relevance | path

Searched defs:MallocWrapper (Results 1 – 6 of 6) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dallocation.bench.cpp25 struct MallocWrapper { struct
26 __attribute__((always_inline)) static void* Allocate(size_t N) { return std::malloc(N); } in Allocate()
27 __attribute__((always_inline)) static void Deallocate(void* P, size_t) { std::free(P); } in Deallocate()
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dallocation.bench.cpp25 struct MallocWrapper { struct
26 __attribute__((always_inline)) static void* Allocate(size_t N) { return std::malloc(N); } in Allocate()
27 __attribute__((always_inline)) static void Deallocate(void* P, size_t) { std::free(P); } in Deallocate()
/external/cronet/stable/base/test/
Dmalloc_wrapper.cc9 void* MallocWrapper(size_t size) { in MallocWrapper() function
/external/cronet/tot/base/test/
Dmalloc_wrapper.cc9 void* MallocWrapper(size_t size) { in MallocWrapper() function
/external/libchrome/base/test/
Dmalloc_wrapper.cc9 void* MallocWrapper(size_t size) { in MallocWrapper() function
/external/mesa3d/src/imgui/
Dimgui.cpp1064 static void* MallocWrapper(size_t size, void* user_data) { IM_UNUSED(user_data); return malloc… in MallocWrapper() function
1067 static void* MallocWrapper(size_t size, void* user_data) { IM_UNUSED(user_data); IM_UNUSED(siz… in MallocWrapper() function