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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c219 struct list_head pending_frees; member in struct:nine_allocator
508 LIST_FOR_EACH_ENTRY_SAFE(allocation, ptr, &allocator->pending_frees, list_free) {
855 list_addtail(&allocation->list_free, &allocator->pending_frees);
1026 list_inithead(&allocator->pending_frees);
1042 assert(list_is_empty(&allocator->pending_frees));

Completed in 5 milliseconds