| /src/external/bsd/jemalloc.old/dist/src/ |
| thread_event.c | 78 if (condition && alloc_event == ctx->is_alloc) { \ 87 te_next_event_compute(tsd_t *tsd, bool is_alloc) { 90 if (is_alloc == alloc_event && condition) { \ 261 bool is_alloc = ctx->is_alloc; local 266 if (is_alloc == alloc_event && condition) { \ 292 if (is_alloc == alloc_event && condition && \ 306 te_init(tsd_t *tsd, bool is_alloc) { 308 te_ctx_get(tsd, &ctx, is_alloc); 322 if (is_alloc == alloc_event && condition) { [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| thread_event.h | 40 bool is_alloc; member in struct:te_ctx_s 108 return ctx->is_alloc; 183 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) { 184 ctx->is_alloc = is_alloc; 185 if (is_alloc) { 201 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) { 205 te_ctx_get(tsd, &ctx, is_alloc);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| thread_event.h | 40 bool is_alloc; member in struct:te_ctx_s 108 return ctx->is_alloc; 183 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) { 184 ctx->is_alloc = is_alloc; 185 if (is_alloc) { 201 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) { 205 te_ctx_get(tsd, &ctx, is_alloc);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| thread_event.h | 39 bool is_alloc; member in struct:te_ctx_s 130 return ctx->is_alloc; 205 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) { 206 ctx->is_alloc = is_alloc; 207 if (is_alloc) { 274 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) { 278 te_ctx_get(tsd, &ctx, is_alloc);
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| thread_event.h | 39 bool is_alloc; member in struct:te_ctx_s 130 return ctx->is_alloc; 205 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) { 206 ctx->is_alloc = is_alloc; 207 if (is_alloc) { 274 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) { 278 te_ctx_get(tsd, &ctx, is_alloc);
|