HomeSort by: relevance | last modified time | path
    Searched defs:OnLowLevelAllocate (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_rtl.cc 95 static void OnLowLevelAllocate(uptr ptr, uptr size) {
445 SetLowLevelAllocateCallback(OnLowLevelAllocate);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_rtl.cpp 105 static void OnLowLevelAllocate(uptr ptr, uptr size) {
444 SetLowLevelAllocateCallback(OnLowLevelAllocate);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_rtl.cpp 97 static void OnLowLevelAllocate(uptr ptr, uptr size) {
442 SetLowLevelAllocateCallback(OnLowLevelAllocate);

Completed in 19 milliseconds