Searched refs:scalable_malloc (Results 1 – 17 of 17) sorted by relevance
50 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()
45 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()
28 extern __declspec(dllexport) void *scalable_malloc(size_t);50 extern "C" void *scalable_malloc(size_t) in scalable_malloc() function136 void *scalable_malloc(size_t);
306 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 …]
45 arr[j] = scalable_malloc(rand() % MAX_ALLOC); in allocatorRandomThrashing()
38 ptrs[i] = scalable_malloc(i*1024); in callDll()
99 char *buf = (char*)scalable_malloc(startSz); in TestReallocMsize()
1023 Rmalloc=scalable_malloc;
84 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 },
56 #pragma weak scalable_malloc macro62 void* scalable_malloc(std::size_t);104 DLD(scalable_malloc, allocate_handler_unsafe),
68 (LPCTSTR)&scalable_malloc, &lib); in init_tbbmalloc()
2939 extern "C" void * scalable_malloc(size_t size) in scalable_malloc() function
51 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()
22 scalable_malloc;
20 scalable_malloc