Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
20 __attribute__((always_inline)) static void* Allocate(size_t N) { return std::malloc(N); } in Allocate()
21 __attribute__((always_inline)) static void Deallocate(void* P, size_t) { std::free(P); } in Deallocate()
/aosp_15_r20/external/cronet/base/test/
H A Dmalloc_wrapper.cc9 void* MallocWrapper(size_t size) { in MallocWrapper() function
/aosp_15_r20/external/libchrome/base/test/
H A Dmalloc_wrapper.cc9 void* MallocWrapper(size_t size) { in MallocWrapper() function
/aosp_15_r20/external/mesa3d/src/imgui/
H A 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