Home | History | Annotate | Download | only in src

Lines Matching refs:MALLOC_TRACE

961 // This protects MALLOC_TRACE, to make sure its info is atomically written.
964 #define MALLOC_TRACE(name, size, addr) \
996 MALLOC_TRACE("malloc", size, ptr->data_addr());
1001 MALLOC_TRACE("free",
1222 MALLOC_TRACE("realloc", p->data_size(), p->data_addr());