Searched refs:malloc_count (Results 1 – 4 of 4) sorted by relevance
190 s->malloc_count++; in js_trace_malloc()202 s->malloc_count--; in js_trace_free()219 s->malloc_count--; in js_trace_realloc()
316 size_t malloc_count; member397 int64_t malloc_count; member
1465 update(malloc_count); in update_stats()
1713 s->malloc_count++; in js_def_malloc()1723 s->malloc_count--; in js_def_free()1739 s->malloc_count--; in js_def_realloc()2122 if (s->malloc_count > 1) { in JS_FreeRuntime()2127 (uint64_t)(s->malloc_count - 1), &"s"[s->malloc_count == 2]); in JS_FreeRuntime()5887 s->malloc_count = rt->malloc_state.malloc_count; in JS_ComputeMemoryUsage()6236 if (s->malloc_count) { in JS_DumpMemoryUsage()6238 "memory allocated", s->malloc_count, s->malloc_size, in JS_DumpMemoryUsage()6239 (double)s->malloc_size / s->malloc_count); in JS_DumpMemoryUsage()
Completed in 106 milliseconds