Home
last modified time | relevance | path

Searched defs:MallocDebug (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/libsanitizer/asan/
H A Dasan_malloc_linux.cc29 struct MallocDebug { struct
37 const MallocDebug asan_malloc_dispatch ALIGNED(32) = { argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/asan/
H A Dasan_malloc_linux.cc30 struct MallocDebug { struct
38 const MallocDebug asan_malloc_dispatch ALIGNED(32) = { argument
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/asan/
H A Dasan_malloc_linux.cc29 struct MallocDebug { struct
37 const MallocDebug asan_malloc_dispatch ALIGNED(32) = { argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/nidr/
H A Dnidr.c212 typedef struct MallocDebug MallocDebug; typedef
213 struct MallocDebug struct
215 MallocDebug *next, *prev; argument
220 static MallocDebug MDtop = {&MDtop, &MDtop, 0, 0}; argument