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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c209 long long total_virtual_memory; /* Current virtual memory used by our allocations */ member in struct:nine_allocator
312 DBG("Virtual memory used: %lld / %lld\n", allocator->total_virtual_memory, allocator->total_virtual_memory_limit);
549 allocator->total_virtual_memory -= region->size;
608 if (memory_limit >= allocator->total_virtual_memory)
615 allocator->total_virtual_memory, memory_limit);
622 if (memory_limit >= allocator->total_virtual_memory) {
627 allocator->total_virtual_memory, memory_limit);
633 if (memory_limit >= allocator->total_virtual_memory) {
648 allocator->total_virtual_memory, memory_limit);
680 allocator->total_virtual_memory
[all...]

Completed in 3 milliseconds