Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dslab.c31 #define SLAB_MAGIC_ALLOCATED 0xcafe4321 macro
229 SET_MAGIC(elt, SLAB_MAGIC_ALLOCATED); in slab_alloc()
260 CHECK_MAGIC(elt, SLAB_MAGIC_ALLOCATED); in slab_free()