Searched refs:SET_MAGIC (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | slab.c | 35 #define SET_MAGIC(element, value) (element)->magic = (value) macro 38 #define SET_MAGIC(element, value) macro 191 SET_MAGIC(elt, SLAB_MAGIC_FREE); 228 SET_MAGIC(elt, SLAB_MAGIC_ALLOCATED); 248 SET_MAGIC(elt, SLAB_MAGIC_FREE);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | slab.c | 35 #define SET_MAGIC(element, value) (element)->magic = (value) macro 38 #define SET_MAGIC(element, value) macro 191 SET_MAGIC(elt, SLAB_MAGIC_FREE); 228 SET_MAGIC(elt, SLAB_MAGIC_ALLOCATED); 248 SET_MAGIC(elt, SLAB_MAGIC_FREE);
|
Completed in 3 milliseconds