Home
last modified time | relevance | path

Searched refs:MallocWrapper (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/devel/libc++/libcxx-10.0.1.src/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dallocation.bench.cpp19 struct MallocWrapper { struct
121 {"BM_Malloc", &BM_AllocateAndDeallocate<MallocWrapper>}, in RegisterAllocBenchmarks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dmalloc_wrapper.cc9 void* MallocWrapper(size_t size) { in MallocWrapper() function
H A Dmalloc_wrapper.h20 extern "C" MALLOC_WRAPPER_EXPORT void* MallocWrapper(size_t size);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dmemory_unittest.cc347 value_ = MallocWrapper(test_size_); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dmemory_unittest.cc338 value_ = MallocWrapper(test_size_); in TEST_F()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DVMFunctions.h626 void* MallocWrapper(JSRuntime* rt, size_t nbytes);
H A DVMFunctions.cpp493 MallocWrapper(JSRuntime* rt, size_t nbytes) in MallocWrapper() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DVMFunctions.h640 void* MallocWrapper(JSRuntime* rt, size_t nbytes);
H A DVMFunctions.cpp480 MallocWrapper(JSRuntime* rt, size_t nbytes)
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DVMFunctions.h913 void* MallocWrapper(JS::Zone* zone, size_t nbytes);
H A DVMFunctions.cpp504 void* MallocWrapper(JS::Zone* zone, size_t nbytes) { in MallocWrapper() function
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui.cpp1049 static void* MallocWrapper(size_t size, void* user_data) { (void)user_data; return malloc(size… in MallocWrapper() function
1052 static void* MallocWrapper(size_t size, void* user_data) { (void)user_data; (void)size; IM_ASS… in MallocWrapper() function
1056 static void* (*GImAllocatorAllocFunc)(size_t size, void* user_data) = MallocWrapper;
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui.cpp963 static void* MallocWrapper(size_t size, void* user_data) { (void)user_data; return malloc(size… in MallocWrapper() function
966 static void* MallocWrapper(size_t size, void* user_data) { (void)user_data; (void)size; IM_ASS… in MallocWrapper() function
970 static void* (*GImAllocatorAllocFunc)(size_t size, void* user_data) = MallocWrapper;
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui.cpp964 static void* MallocWrapper(size_t size, void* user_data) { (void)user_data; return malloc(size… in MallocWrapper() function
967 static void* MallocWrapper(size_t size, void* user_data) { (void)user_data; (void)size; IM_ASS… in MallocWrapper() function
971 static void* (*GImAllocatorAllocFunc)(size_t size, void* user_data) = MallocWrapper;
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui.cpp1054 static void* MallocWrapper(size_t size, void* user_data) { (void)user_data; return malloc(size… in MallocWrapper() function
1057 static void* MallocWrapper(size_t size, void* user_data) { (void)user_data; (void)size; IM_ASS… in MallocWrapper() function
1061 static void* (*GImAllocatorAllocFunc)(size_t size, void* user_data) = MallocWrapper;

123