Searched refs:total_allocated (Results 1 – 1 of 1) sorted by relevance
13 static size_t total_allocated; variable17 total_allocated += bytes; in on_heap_alloc()19 (unsigned int)total_allocated); in on_heap_alloc()24 total_allocated -= bytes; in on_heap_free()26 (unsigned int)total_allocated); in on_heap_free()175 total_allocated = 0; in main()