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

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.h 128 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack);
hwasan_allocation_functions.cpp 128 return hwasan_calloc(nmemb, size, &stack);
hwasan_allocator.cpp 454 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack) { function in namespace:__hwasan
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan.h 114 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack);
hwasan_allocation_functions.cpp 117 return hwasan_calloc(nmemb, size, &stack);
hwasan_allocator.cpp 365 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack) { function in namespace:__hwasan

Completed in 63 milliseconds