Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 61) sorted by relevance

123

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp220 free(ptr); in CheckStdFuncOverload()
280 free(ptr); in CheckFreeAligned()
310 free(p); in TestZoneOverload()
427 free(pathCopy);
429 CheckStdFuncOverload(malloc, calloc, realloc, free);
437 free(ptr);
441 CheckVallocFuncOverload(valloc, free);
444 CheckPvalloc(pvalloc, free);
447 CheckMemalignFuncOverload(memalign, free);
449 CheckMemalignFuncOverload(aligned_alloc, free);
[all …]
H A Dtest_malloc_atexit.cpp45 free(o); in dll_isMallocOverloaded()
69 void free(void *ptr) in free() function
115 free(p); in TestReplacedAllocFunc()
H A Dtest_malloc_overload_disable.cpp49 free(ptr); in CheckWindowsProxyDisablingViaMemSize()
/oneTBB/src/tbb/
H A Dallocator.cpp143 deallocate_handler = &std::free; in initialize_handler_pointers()
236 free(p); in std_cache_aligned_deallocate()
245 std::free(reinterpret_cast<void*>(base)); in std_cache_aligned_deallocate()
273 …::malloc)) == (reinterpret_cast<void*>(deallocate_handler) == reinterpret_cast<void*>(&std::free)), in is_tbbmalloc_used()
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace_rest.cpp83 free(p.buffer); /* free the buffer once we are done with it.. */ in thread_io()
84 free(parms); in thread_io()
H A Dintersect.cpp85 cur->methods->free(cur); in free_objects()
88 free(cur); in free_objects()
H A Dapigeom.cpp193 free(normals); in rt_sheightfield()
194 free(vertices); in rt_sheightfield()
277 free(field); in rt_landscape()
H A Dplane.cpp63 free };
H A Dpthread.cpp107 free(th); in pthread_join()
H A Dutil.cpp151 free(addr); in rt_freemem()
H A Dlight.cpp63 free };
H A Dtriangle.cpp63 free };
68 free };
/oneTBB/doc/main/tbb_userguide/
H A DWhich_Dynamic_Libraries_to_Use.rst16 to using ``malloc`` and ``free``. Thus, you can use these templates even
39 …e allocator library if it is present, otherwise it reverts to using ``malloc`` and ``free``.
/oneTBB/doc/main/reference/
H A Dscalable_memory_pools.rst9 Memory pools allocate and free memory from a specified region or an underlying allocator using
26 * - \ ``void P::free(void* ptr);``
/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp107 free(temp_block); in collapse_tile_array()
111 free(tile[j]); in collapse_tile_array()
114 free(tile); in collapse_tile_array()
195 free(A0); in operator ()()
196 free(C); in operator ()()
216 free(A0); in operator ()()
217 free(C); in operator ()()
721 free(A); in main()
H A Dinit.cpp53 free(L); in posdef_gen()
54 free(LT); in posdef_gen()
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dfixed_pool_cls.rst48 void free(void* ptr);
75 my_pool.free(my_ptr);}
H A Dmemory_pool_cls.rst54 void free(void* ptr);
80 my_pool.free(my_ptr);
/oneTBB/examples/parallel_pipeline/square/
H A Dsquare.cpp57 void free() { in free() function in TextSlice
164 input->free(); in operator ()()
185 out->free(); in operator ()()
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c1535 free((char*)current_string->strA); in __itt_free_allocated_resources()
1537 free((wchar_t*)current_string->strW); in __itt_free_allocated_resources()
1539 free(current_string); in __itt_free_allocated_resources()
1548 free((char*)current_domain->nameA); in __itt_free_allocated_resources()
1550 free((wchar_t*)current_domain->nameW); in __itt_free_allocated_resources()
1552 free(current_domain); in __itt_free_allocated_resources()
1561 free((char*)current_couter->nameA); in __itt_free_allocated_resources()
1562 free((char*)current_couter->domainA); in __itt_free_allocated_resources()
1567 free(current_couter); in __itt_free_allocated_resources()
1580 free(current_histogram); in __itt_free_allocated_resources()
[all …]
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy_overload_osx.h146 zone.free = &impl_free; in DoMallocReplacement()
173 free(ptr); in DoMallocReplacement()
H A Dproxy.h46 void (*free) (void*); member
/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolymain.cpp538 free(tempMap); in GenerateMap()
539 free(validPolys); in GenerateMap()
540 free(validSide); in GenerateMap()
628 free(cArray); in CheckPolygonMap()
/oneTBB/src/tbbmalloc_proxy/def/
H A Dlin32-proxy.def20 free;
H A Dlin64-proxy.def20 free;

123