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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_win.cc 111 void *_realloc_dbg(void *ptr, size_t size, int) { function
112 UNREACHABLE("_realloc_dbg should not exist!");
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp 140 void *_realloc_dbg(void *ptr, size_t size, int) { function
141 UNREACHABLE("_realloc_dbg should not exist!");
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp 140 void *_realloc_dbg(void *ptr, size_t size, int) { function
141 UNREACHABLE("_realloc_dbg should not exist!");

Completed in 23 milliseconds