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

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_new_delete.cpp 32 void *res = hwasan_aligned_alloc(static_cast<uptr>(align), size, &stack); \
hwasan.h 119 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack);
hwasan_allocation_functions.cpp 48 return hwasan_aligned_alloc(alignment, size, &stack);
hwasan_allocator.cpp 407 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack) { function in namespace:__hwasan
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.h 133 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack);
hwasan_allocation_functions.cpp 59 return hwasan_aligned_alloc(alignment, size, &stack);
hwasan_allocator.cpp 496 void *hwasan_aligned_alloc(uptr alignment, uptr size, StackTrace *stack) { function in namespace:__hwasan

Completed in 67 milliseconds