HomeSort by relevance Sort by last modified time
    Searched refs:asan_posix_memalign (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 132 return asan_posix_memalign(memptr, alignment, size, &stack);
asan_allocator.h 215 int asan_posix_memalign(void **memptr, uptr alignment, uptr size,
asan_allocator.cc 756 int asan_posix_memalign(void **memptr, uptr alignment, uptr size,
asan_allocator2.cc 638 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, function in namespace:__asan

Completed in 23 milliseconds