HomeSort by: relevance | last modified time | path
    Searched defs:u_suballocator (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_suballoc.h 40 struct u_suballocator { struct
54 u_suballocator_init(struct u_suballocator *allocator,
61 u_suballocator_destroy(struct u_suballocator *allocator);
64 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_suballoc.c 40 struct u_suballocator { struct
62 struct u_suballocator *
67 struct u_suballocator *allocator = CALLOC_STRUCT(u_suballocator);
81 u_suballocator_destroy(struct u_suballocator *allocator)
88 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,

Completed in 5 milliseconds