Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c552 #define SecMap_free_MAGIC 0x5a977f30U macro
706 tl_assert (sm->magic == SecMap_free_MAGIC); in SecMap_freelist_next()
712 tl_assert (sm->magic == SecMap_free_MAGIC); in set_SecMap_freelist_next()
713 tl_assert (next == NULL || next->magic == SecMap_free_MAGIC); in set_SecMap_freelist_next()
734 sm->magic = SecMap_free_MAGIC; in push_SecMap_on_freelist()
746 tl_assert (sm->magic == SecMap_free_MAGIC); in pop_SecMap_from_freelist()