OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_malloc_dbg
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_malloc_win.cc
63
void *
_malloc_dbg
(size_t size, int, const char *, int) {
function
asan_win_dll_thunk.cc
352
WRAP_W_WWWW(
_malloc_dbg
)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
interaction_based.hpp
205
namespace std { using ::
_malloc_dbg
; using ::_free_dbg; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h
142
#define
_malloc_dbg
(s,t,f,l) malloc(s)
macro
Completed in 58 milliseconds