Searched defs:util_slab_free (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_slab.h26 * util_slab_alloc and util_slab_free have time complexity in O(1).
85 #define util_slab_free(pool, ptr) (pool)->free(pool, ptr) macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_slab.h26 * util_slab_alloc and util_slab_free have time complexity in O(1).
85 #define util_slab_free(pool, ptr) (pool)->free(pool, ptr) macro

Completed in 128 milliseconds