Home
last modified time | relevance | path

Searched refs:total_allocations (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c207 long long total_allocations; /* Amount of memory allocated */ member
310 DBG("Total allocated: %lld\n", allocator->total_allocations); in debug_dump_allocator_state()
467 allocator->total_allocations += best_region->size; in insert_new_allocation()
571 allocator->total_allocations -= region->size; in remove_allocation()
743 allocator->total_allocations += allocation_size; in nine_memfd_allocator()
804 allocator->total_allocations += size; in nine_allocate()
819 allocator->total_allocations -= allocation->memory.malloc.allocation_size; in nine_free_internal()
1014 allocator->total_allocations = 0; in nine_allocator_create()

Completed in 3 milliseconds