HomeSort by relevance Sort by last modified time
    Searched defs:memalign (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 111 void *memalign(size_t alignment, size_t size) { function
139 void *__libc_memalign(size_t alignment, size_t size) ALIAS("memalign");
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 108 # define memalign vpx_memalign macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.h 108 # define memalign vpx_memalign macro
  /bionic/libc/bionic/
malloc_debug_common.cpp 72 Malloc(memalign),
266 extern "C" void* memalign(size_t alignment, size_t bytes) { function
267 return __libc_malloc_dispatch->memalign(alignment, bytes);
317 InitMallocFunction<MallocDebugMemalign>(malloc_impl_handler, &table->memalign, prefix, "memalign");
469 (malloc_dispatch_table.memalign == NULL) ||
malloc_debug_common.h 97 MallocDebugMemalign memalign; member in struct:MallocDebug
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.h 32 # define memalign je_memalign macro
jemalloc_mangle_jet.h 32 # define memalign jet_memalign macro
jemalloc.h 211 # define memalign je_memalign macro
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 410 void* MC_(memalign) ( ThreadId tid, SizeT alignB, SizeT n ) function
412 if (MC_(record_fishy_value_error)(tid, "memalign", "size", n)) {
    [all...]
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 604 #define memalign(A,B) malloc(B) macro
608 *out = memalign(al, size);

Completed in 350 milliseconds