Searched refs:biggest_alloc_fail (Results 1 – 4 of 4) sorted by relevance
94 uint32_t biggest_alloc_fail; /* Size of biggest failed alloc */ member
284 if (requested_size > ctx->mstats.biggest_alloc_fail) { in raw_malloc_return_hook()285 ctx->mstats.biggest_alloc_fail = requested_size; in raw_malloc_return_hook()300 ctx->mstats.biggest_alloc_fail = 0; in gen_malloc_reset_stats()
399 params[2].value.a = stats.biggest_alloc_fail; in entry_dump_memstats()
954 stats->heap.biggest_alloc_fail = param.u[2].val.a; in dump_ta_stats()
Completed in 8 milliseconds