| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| prof_inlines_b.h | 102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool _prof_active, bool update) { function 149 * Don't sample. The usize passed to prof_alloc_prep()
|
| prof_inlines.h | 164 prof_alloc_prep(tsd_t *tsd, bool prof_active, bool sample_event) { function 204 * Don't sample. The usize passed to prof_alloc_prep()
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| prof_inlines_b.h | 102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool _prof_active, bool update) { function 149 * Don't sample. The usize passed to prof_alloc_prep()
|
| prof_inlines.h | 134 prof_alloc_prep(tsd_t *tsd, bool prof_active, bool sample_event) { function 174 * Don't sample. The usize passed to prof_alloc_prep()
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| prof_inlines_b.h | 102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool _prof_active, bool update) { function 149 * Don't sample. The usize passed to prof_alloc_prep()
|
| prof_inlines.h | 134 prof_alloc_prep(tsd_t *tsd, bool prof_active, bool sample_event) { function 174 * Don't sample. The usize passed to prof_alloc_prep()
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| prof_inlines.h | 164 prof_alloc_prep(tsd_t *tsd, bool prof_active, bool sample_event) { function 204 * Don't sample. The usize passed to prof_alloc_prep()
|
| /src/external/bsd/jemalloc/dist/src/ |
| jemalloc.c | 1639 prof_tctx_t *tctx = prof_alloc_prep( 2484 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event); 2716 * prof_alloc_prep() to decide whether to capture a backtrace. 2725 * with prof_alloc_prep(), just in case allocation succeeds. 2731 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| jemalloc.c | 2577 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, 3499 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event); 3729 * prof_alloc_prep() to decide whether to capture a backtrace. 3738 * with prof_alloc_prep(), just in case allocation succeeds. 3744 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
|