Searched refs:scalable_realloc (Results 1 – 10 of 10) sorted by relevance
81 p1 = scalable_realloc(p2, i); in main()99 p1 = scalable_realloc(p2, i); in main()
31 extern __declspec(dllexport) void *scalable_realloc(void *, size_t);63 extern "C" void *scalable_realloc(void *, size_t) in scalable_realloc() function
105 char *buf1 = (char*)scalable_realloc(buf, 2*realSz); in TestReallocMsize()
1024 Rrealloc=scalable_realloc;
23 scalable_realloc;
21 scalable_realloc
59 TBBMALLOC_EXPORT void* __TBB_EXPORTED_FUNC scalable_realloc(void* ptr, size_t size);
2997 extern "C" void* scalable_realloc(void* ptr, size_t size) in scalable_realloc() function