Lines Matching refs:WRAP_MALLOC
247 #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);
428 WRAP_MALLOC(NONE, _Znwj);
429 WRAP_MALLOC(NONE, _ZnamRKSt9nothrow_t);
430 WRAP_MALLOC(NONE, _ZnwmRKSt9nothrow_t);
431 WRAP_MALLOC(NONE, _ZnajRKSt9nothrow_t);
432 WRAP_MALLOC(NONE, _ZnwjRKSt9nothrow_t);
434 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _Znam);
435 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _Znwm);
436 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _Znaj);
437 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _Znwj);
438 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnamRKSt9nothrow_t);
439 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t);
440 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnajRKSt9nothrow_t);
441 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnwjRKSt9nothrow_t);
517 WRAP_MALLOC(NONE,tc_malloc);
518 WRAP_MALLOC(NONE,tc_new);
519 WRAP_MALLOC(NONE,tc_new_nothrow);
520 WRAP_MALLOC(NONE,tc_newarray);
521 WRAP_MALLOC(NONE,tc_newarray_nothrow);
530 WRAP_MALLOC(NONE,tc_valloc);