Searched refs:maxmalloced (Results 1 – 2 of 2) sorted by relevance
160 size_t maxmalloced; member295 if (mctx->malloced > mctx->maxmalloced) { in add_trace_entry()296 mctx->maxmalloced = mctx->malloced; in add_trace_entry()392 if (ctx->malloced > ctx->maxmalloced) { in more_basic_blocks()393 ctx->maxmalloced = ctx->malloced; in more_basic_blocks()412 if (ctx->malloced > ctx->maxmalloced) { in more_basic_blocks()413 ctx->maxmalloced = ctx->malloced; in more_basic_blocks()506 if (ctx->malloced > ctx->maxmalloced) { in mem_getunlocked()507 ctx->maxmalloced = ctx->malloced; in mem_getunlocked()682 if (ctx->malloced > ctx->maxmalloced) { in mem_getstats()[all …]
152 atomic_size_t maxmalloced; global() member 221 size_t maxmalloced = atomic_load_relaxed(&ctx->maxmalloced); increment_malloced() local