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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c406 static struct nine_memfd_file_region *allocate_region(struct nine_allocator *allocator, unsigned offset, unsigned size) { function in typeref:struct:nine_memfd_file_region *
463 new_region = allocate_region(allocator, best_region->offset + best_region->size, min_blocksize);
738 region = allocate_region(allocator, 0, allocation_size);
749 region = allocate_region(allocator, allocation_size, memfd_file->filesize - allocation_size);

Completed in 4 milliseconds