Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dslab.c37 #define SET_MAGIC(element, value) (element)->magic = (value) macro
40 #define SET_MAGIC(element, value) macro
190 SET_MAGIC(elt, SLAB_MAGIC_FREE); in slab_add_new_page()
227 SET_MAGIC(elt, SLAB_MAGIC_ALLOCATED); in slab_alloc()
247 SET_MAGIC(elt, SLAB_MAGIC_FREE); in slab_free()