Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
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 *allocatio…
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* allocator, void* data);
[all …]
Dnine_memory_helper.c201 struct nine_allocator { struct
307 debug_dump_allocator_state(struct nine_allocator *allocator) in debug_dump_allocator_state()
368 static void move_region_ordered_merge(struct nine_allocator *allocator, struct list_head *tail, str… in move_region_ordered_merge()
406 static struct nine_memfd_file_region *allocate_region(struct nine_allocator *allocator, unsigned of… in allocate_region()
423 insert_new_allocation(struct nine_allocator *allocator, struct nine_allocation *new_allocation, uns… in insert_new_allocation()
474 nine_flush_pending_releases(struct nine_allocator *allocator) in nine_flush_pending_releases()
499 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation);
502 nine_flush_pending_frees(struct nine_allocator *allocator) in nine_flush_pending_frees()
534 nine_memfd_unmap_region(struct nine_allocator *allocator, in nine_memfd_unmap_region()
554 remove_allocation(struct nine_allocator *allocator, struct nine_memfd_file *memfd_file, struct nine… in remove_allocation()
[all …]
Ddevice9.h152 struct nine_allocator *allocator;