Searched refs:total_heap_bytes (Results 1 – 1 of 1) sorted by relevance
18 static atomic_long_t total_heap_bytes; variable22 long total = atomic_long_add_return(buffer->size, &total_heap_bytes); in track_buffer_created()29 long total = atomic_long_sub_return(buffer->size, &total_heap_bytes); in track_buffer_destroyed()280 return atomic_long_read(&total_heap_bytes); in ion_get_total_heap_bytes()