Searched refs:posix_memalign (Results 1 - 11 of 11) sorted by last modified time

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp1675 posix_memalign(reinterpret_cast<void**>(&fDecodedData),
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp464 posix_memalign(void **_pointer, size_t alignment, size_t size) function
470 debug_printf("posix_memalign() is not yet supported by the wall code.\n");
479 KTRACE("posix_memalign(%p, %lu, %lu) -> NULL", _pointer, alignment,
491 KTRACE("posix_memalign(%p, %lu, %lu) -> %p", _pointer, alignment, size,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2133 void posix_memalign() {} function
H A Dlibroot_stubs.c2156 void posix_memalign() {} function
/haiku/src/system/kernel/slab/
H A Dallocator.cpp223 posix_memalign(void** _pointer, size_t alignment, size_t size) function
/haiku/src/system/libroot/posix/crypt/
H A Dcrypto_scrypt.cpp90 if ((errno = posix_memalign(&B0, 64, 128 * r * p)) != 0)
93 if ((errno = posix_memalign(&XY0, 64, 256 * r + 64)) != 0)
97 if ((errno = posix_memalign(&V0, 64, 128 * r * N)) != 0)
/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.cpp301 posix_memalign(void **pointer, size_t alignment, size_t size) function
303 if (sCurrentHeap->posix_memalign != NULL)
304 return sCurrentHeap->posix_memalign(pointer, alignment, size);
H A Dmalloc_debug_api.h24 int (*posix_memalign)(void** pointer, size_t alignment, member in struct:heap_implementation
/haiku/headers/posix/
H A Dstdlib.h51 extern int posix_memalign(void **_pointer, size_t alignment, size_t size);
/haiku/src/tests/system/libroot/posix/
H A Dpthread_attr_stack_test.cpp33 ret = posix_memalign(&stackAddress, sysconf(_SC_PAGE_SIZE),
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h589 extern int posix_memalign (void **__memptr, size_t __alignment, size_t __size)

Completed in 135 milliseconds