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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.h29 struct nine_allocator;
36 nine_allocate(struct nine_allocator *allocator, unsigned size);
39 void nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation);
40 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation);
42 void *nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation);
45 void nine_pointer_weakrelease(struct nine_allocator *allocator, struct nine_allocation *allocation);
48 void nine_pointer_strongrelease(struct nine_allocator *allocator, struct nine_allocation *allocation);
52 void nine_pointer_delayedstrongrelease(struct nine_allocator *allocator,
59 nine_suballocate(struct nine_allocator* allocator, struct nine_allocation *allocation, int offset);
63 nine_wrap_external_pointer(struct nine_allocator* allocato
[all...]
H A Dnine_memory_helper.c201 struct nine_allocator { struct
307 debug_dump_allocator_state(struct nine_allocator *allocator)
368 static void move_region_ordered_merge(struct nine_allocator *allocator, struct list_head *tail, struct nine_memfd_file_region *region)
406 static struct nine_memfd_file_region *allocate_region(struct nine_allocator *allocator, unsigned offset, unsigned size) {
423 insert_new_allocation(struct nine_allocator *allocator, struct nine_allocation *new_allocation, unsigned allocation_size)
474 nine_flush_pending_releases(struct nine_allocator *allocator)
499 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation);
502 nine_flush_pending_frees(struct nine_allocator *allocator)
534 nine_memfd_unmap_region(struct nine_allocator *allocator,
554 remove_allocation(struct nine_allocator *allocato
1068 struct nine_allocator { struct
[all...]
H A Ddevice9.h152 struct nine_allocator *allocator;

Completed in 8 milliseconds