Home
last modified time | relevance | path

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

/src/
A Dslab.c150 rt_uint32_t z_magic; /**< magic number for sanity check */ member
635 z->z_magic = ZALLOC_SLAB_MAGIC; in rt_slab_alloc()
706 RT_ASSERT(z->z_magic == ZALLOC_SLAB_MAGIC); in rt_slab_realloc()
784 RT_ASSERT(z->z_magic == ZALLOC_SLAB_MAGIC); in rt_slab_free()
822 z->z_magic = RT_UINT32_MAX; in rt_slab_free()

Completed in 2 milliseconds