Home
last modified time | relevance | path

Searched refs:WRAP_MALLOC (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/tsan/
Dts_valgrind_intercepts.c247 #define WRAP_MALLOC(soname, fnname) \ macro
417 WRAP_MALLOC(VG_Z_LIBC_SONAME, malloc);
418 WRAP_MALLOC(NONE, malloc);
420 WRAP_MALLOC(VG_Z_LIBC_SONAME, valloc);
421 WRAP_MALLOC(NONE, valloc);
422 WRAP_MALLOC(VG_Z_LIBC_SONAME, pvalloc);
423 WRAP_MALLOC(NONE, pvalloc);
425 WRAP_MALLOC(NONE, _Znam);
426 WRAP_MALLOC(NONE, _Znwm);
427 WRAP_MALLOC(NONE, _Znaj);
[all …]