OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_realloc_dbg
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_malloc_win.cc
90
void *
_realloc_dbg
(void *ptr, size_t size, int) {
function
91
CHECK(!"
_realloc_dbg
should not exist!");
asan_win_dll_thunk.cc
359
WRAP_W_WWW(
_realloc_dbg
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h
144
#define
_realloc_dbg
(p,s,t,f,l) realloc(p,s)
macro
Completed in 1309 milliseconds