Searched refs:posix_memalign (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/def/ |
| H A D | lin32-proxy.def | 23 posix_memalign;
|
| H A D | lin64-proxy.def | 23 posix_memalign;
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Linux_C_Dynamic_Memory_Interface_Replacement.rst | 18 - Standard POSIX\* function: ``posix_memalign``
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_overload.cpp | 274 int ret = posix_memalign(&ptr, align[a], sz[s]); in CheckFreeAligned() 433 int ret = posix_memalign(&ptr, 1024, 3*minLargeObjectSize);
|
| H A D | test_malloc_compliance.cpp | 270 Rposix_memalign=posix_memalign; in setSystemAllocs()
|
| /oneTBB/src/tbb/ |
| H A D | allocator.cpp | 210 int res = posix_memalign(&p, alignment, bytes); in std_cache_aligned_allocate()
|
| /oneTBB/test/tbb/ |
| H A D | test_scheduler_mix.cpp | 82 int res = posix_memalign(&ptr, alignment, size); in aligned_malloc()
|
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | proxy.cpp | 241 int posix_memalign(void **memptr, size_t alignment, size_t size) __THROW in posix_memalign() function
|