HomeSort by relevance Sort by last modified time
    Searched defs:util_slab_alloc (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).
84 #define util_slab_alloc(pool) (pool)->alloc(pool) macro
  /external/mesa3d/src/gallium/auxiliary/util/
u_slab.h 26 * util_slab_alloc and util_slab_free have time complexity in O(1).
84 #define util_slab_alloc(pool) (pool)->alloc(pool) macro

Completed in 128 milliseconds