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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c165 unsigned allocation_size; member in struct:nine_malloc_allocation
423 insert_new_allocation(struct nine_allocator *allocator, struct nine_allocation *new_allocation, unsigned allocation_size) argument
438 if (region->size <= min_blocksize && region->size >= allocation_size) {
444 if (min_blocksize == allocation_size)
454 best_region->size = DIVUP(allocation_size, allocator->page_size) * allocator->page_size;
690 unsigned allocation_size)
695 allocation_size = DIVUP(allocation_size, allocator->page_size) * allocator->page_size;
704 if (insert_new_allocation(allocator, new_allocation, allocation_size))
715 memfd_file->filesize = MAX2(allocation_size, allocato
688 nine_memfd_allocator(struct nine_allocator * allocator,struct nine_allocation * new_allocation,unsigned allocation_size) argument
[all...]

Completed in 3 milliseconds