Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 14 of 14) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp203 char *p2 = (char*)pool.realloc( p1, 15 );
209 char *p3 = (char*)pool.realloc( p2, sizeof(buf)-128*1024 );
H A Dtest_malloc_atexit.cpp74 void *realloc(void *ptr, size_t size) in realloc() function
H A Dtest_malloc_overload.cpp429 CheckStdFuncOverload(malloc, calloc, realloc, free);
523 ptr = realloc(ptr, 1024*1024 + 4096*j); in __anon9013b3550102()
H A Dtest_malloc_compliance.cpp252 Rrealloc=realloc; in setSystemAllocs()
/oneTBB/src/tbbmalloc_proxy/def/
H A Dlin32-proxy.def22 realloc;
H A Dlin64-proxy.def22 realloc;
/oneTBB/doc/main/reference/
H A Dscalable_memory_pools.rst28 * - \ ``void* P::realloc(void* ptr, size_t n);``
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dfixed_pool_cls.rst49 void* realloc(void* ptr, size_t size);
H A Dmemory_pool_cls.rst55 void *realloc(void* ptr, size_t size);
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy_overload_osx.h147 zone.realloc = &impl_realloc; in DoMallocReplacement()
H A Dproxy.cpp203 void *PREFIX(realloc)(ZONE_ARG void* ptr, size_t sz) __THROW in PREFIX() argument
490 __TBB_ORIG_ALLOCATOR_REPLACEMENT_CALL_ENTRY_NO_FALLBACK(CRT_VER,realloc,dbgsuffix) \
/oneTBB/doc/main/tbb_userguide/
H A DLinux_C_Dynamic_Memory_Interface_Replacement.rst14 - Standard C library functions: ``malloc``, ``calloc``, ``realloc``,
H A DWindows_C_Dynamic_Memory_Interface_Replacement.rst14 - Standard C library functions: ``malloc``, ``calloc``, ``realloc``,
/oneTBB/include/oneapi/tbb/
H A Dmemory_pool.h58 void *realloc(void* ptr, size_t size) { in realloc() function