| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_overload.cpp | 220 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 D | test_malloc_atexit.cpp | 45 free(o); in dll_isMallocOverloaded() 69 void free(void *ptr) in free() function 115 free(p); in TestReplacedAllocFunc()
|
| H A D | test_malloc_overload_disable.cpp | 49 free(ptr); in CheckWindowsProxyDisablingViaMemSize()
|
| /oneTBB/src/tbb/ |
| H A D | allocator.cpp | 143 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 D | trace_rest.cpp | 83 free(p.buffer); /* free the buffer once we are done with it.. */ in thread_io() 84 free(parms); in thread_io()
|
| H A D | intersect.cpp | 85 cur->methods->free(cur); in free_objects() 88 free(cur); in free_objects()
|
| H A D | apigeom.cpp | 193 free(normals); in rt_sheightfield() 194 free(vertices); in rt_sheightfield() 277 free(field); in rt_landscape()
|
| H A D | plane.cpp | 63 free };
|
| H A D | pthread.cpp | 107 free(th); in pthread_join()
|
| H A D | util.cpp | 151 free(addr); in rt_freemem()
|
| H A D | light.cpp | 63 free };
|
| H A D | triangle.cpp | 63 free }; 68 free };
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Which_Dynamic_Libraries_to_Use.rst | 16 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 D | scalable_memory_pools.rst | 9 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 D | cholesky.cpp | 107 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 D | init.cpp | 53 free(L); in posdef_gen() 54 free(LT); in posdef_gen()
|
| /oneTBB/doc/main/reference/scalable_memory_pools/ |
| H A D | fixed_pool_cls.rst | 48 void free(void* ptr); 75 my_pool.free(my_ptr);}
|
| H A D | memory_pool_cls.rst | 54 void free(void* ptr); 80 my_pool.free(my_ptr);
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | square.cpp | 57 void free() { in free() function in TextSlice 164 input->free(); in operator ()() 185 out->free(); in operator ()()
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_static.c | 1535 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 D | proxy_overload_osx.h | 146 zone.free = &impl_free; in DoMallocReplacement() 173 free(ptr); in DoMallocReplacement()
|
| H A D | proxy.h | 46 void (*free) (void*); member
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | polymain.cpp | 538 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 D | lin32-proxy.def | 20 free;
|
| H A D | lin64-proxy.def | 20 free;
|