Lines Matching refs:maxmalloced
160 size_t maxmalloced; member
295 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()
683 ctx->maxmalloced = ctx->malloced; in mem_getstats()
801 ctx->maxmalloced = sizeof(*ctx); in mem_create()
834 ctx->maxmalloced += (ctx->max_size + 1) * sizeof(struct stats); in mem_create()
842 ctx->maxmalloced += ctx->max_size * sizeof(element *); in mem_create()
855 ctx->maxmalloced += DEBUG_TABLE_COUNT * sizeof(debuglist_t); in mem_create()
2113 (uint64_t)ctx->maxmalloced)); in xml_renderctx()
2284 obj = json_object_new_int64(ctx->maxmalloced); in json_renderctx()