HomeSort by: relevance | last modified time | path
    Searched refs:hwasan_posix_memalign (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.h 135 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size,
hwasan_allocation_functions.cpp 46 int res = hwasan_posix_memalign(memptr, alignment, size, &stack);
hwasan_allocator.cpp 516 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size, function in namespace:__hwasan
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan.h 121 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size,
hwasan_allocation_functions.cpp 35 int res = hwasan_posix_memalign(memptr, alignment, size, &stack);
hwasan_allocator.cpp 427 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size, function in namespace:__hwasan

Completed in 21 milliseconds