HomeSort by relevance Sort by last modified time
    Searched refs:_calloc_dbg (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 91 void *_calloc_dbg(size_t nmemb, size_t size, int, const char *, int) { function
asan_win_dll_thunk.cc 363 WRAP_W_WWWWW(_calloc_dbg)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h 143 #define _calloc_dbg(c,s,t,f,l) calloc(c,s) macro

Completed in 128 milliseconds