Home
last modified time | relevance | path

Searched defs:_malloc_dbg (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc75 void *_malloc_dbg(size_t size, int, const char *, int) { in _malloc_dbg() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcrtdbg.h142 #define _malloc_dbg(s,t,f,l) malloc(s) macro