HomeSort by relevance Sort by last modified time
    Searched defs:util_slab_free (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_slab.h 26 * 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/
u_slab.h 26 * 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 1122 milliseconds