Home | History | Annotate | Download | only in src

Lines Matching refs:MALLOC_TRACE

954 // This protects MALLOC_TRACE, to make sure its info is atomically written.
957 #define MALLOC_TRACE(name, size, addr) \
989 MALLOC_TRACE("malloc", size, ptr->data_addr());
994 MALLOC_TRACE("free",
1210 MALLOC_TRACE("realloc", p->data_size(), p->data_addr());