Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pure_c.c50 void *p = scalable_malloc(32); in MyExit()
64 p1 = scalable_malloc(10*1024*1024); in main()
72 p1 = scalable_malloc(i); in main()
93 p2 = scalable_malloc(i); in main()
100 p2 = scalable_malloc(i); in main()
H A Dtest_malloc_init_shutdown.cpp45 if (do_malloc) scalable_malloc(10); in operator ()()
73 gPtr = scalable_malloc(8); in operator ()()
125 scalable_free(scalable_malloc(8)); in threadDtor()
139 currSmall = scalable_malloc(8); in operator ()()
141 currLarge = scalable_malloc(32*1024); in operator ()()
153 void* preventLargeRelease = scalable_malloc(32*1024); in TestKeyDtor()
H A Dtest_malloc_lib_unload.cpp28 extern __declspec(dllexport) void *scalable_malloc(size_t);
50 extern "C" void *scalable_malloc(size_t) in scalable_malloc() function
136 void *scalable_malloc(size_t);
H A Dtest_malloc_whitebox.cpp306 ptrs[i] = scalable_malloc(minLargeObjectSize); in operator ()()
311 void *p2 = scalable_malloc(minLargeObjectSize-1); in operator ()()
324 p2 = scalable_malloc(minLargeObjectSize-1); in operator ()()
570 void* mem = scalable_malloc(2*slabSize); in TestObjectRecognition()
759 scalable_free(scalable_malloc(minLargeObjectSize)); in operator ()()
762 scalable_free(scalable_malloc(n)); in operator ()()
774 scalable_free(scalable_malloc(8)); in TestHeapLimit()
781 void *p = scalable_malloc(n); in TestHeapLimit()
826 ptrs[i] = scalable_malloc( alloc_size ); in multiThreadAlloc()
1234 pointers[i] = scalable_malloc(sz); in TestSlabAlignment()
[all …]
H A Dtest_malloc_shutdown_hang.cpp45 arr[j] = scalable_malloc(rand() % MAX_ALLOC); in allocatorRandomThrashing()
H A Dtest_malloc_used_by_lib.cpp38 ptrs[i] = scalable_malloc(i*1024); in callDll()
H A Dtest_malloc_regression.cpp99 char *buf = (char*)scalable_malloc(startSz); in TestReallocMsize()
H A Dtest_malloc_compliance.cpp1023 Rmalloc=scalable_malloc;
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp84 void* res = scalable_malloc(sz); in InternalOperatorNew()
102 res = scalable_malloc(sz); in InternalOperatorNew()
189 return scalable_malloc(size); in PREFIX()
326 return scalable_malloc(sz); in operator new()
329 return scalable_malloc(sz); in operator new[]()
548 return scalable_malloc(sz); in operator_new_t()
551 return scalable_malloc(sz); in operator_new_arr_t()
625 { "malloc", (FUNCPTR)scalable_malloc, FRR_FAIL },
/oneTBB/src/tbb/
H A Dallocator.cpp56 #pragma weak scalable_malloc macro
62 void* scalable_malloc(std::size_t);
104 DLD(scalable_malloc, allocate_handler_unsafe),
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc.cpp68 (LPCTSTR)&scalable_malloc, &lib); in init_tbbmalloc()
H A Dfrontend.cpp2939 extern "C" void * scalable_malloc(size_t size) in scalable_malloc() function
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h51 TBBMALLOC_EXPORT void* __TBB_EXPORTED_FUNC scalable_malloc(size_t size);
225 T* p = static_cast<T*>(scalable_malloc(n * sizeof(value_type))); in allocate()
/oneTBB/src/tbbmalloc/def/
H A Dlin32-tbbmalloc.def22 scalable_malloc;
H A Dlin64-tbbmalloc.def22 scalable_malloc;
H A Dwin32-tbbmalloc.def20 scalable_malloc
H A Dwin64-tbbmalloc.def20 scalable_malloc