Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c717 static SecMap *SecMap_freelist = NULL; variable
723 sm = SecMap_freelist; in SecMap_freelist_length()
735 set_SecMap_freelist_next(sm, SecMap_freelist); in push_SecMap_on_freelist()
736 SecMap_freelist = sm; in push_SecMap_on_freelist()
744 sm = SecMap_freelist; in pop_SecMap_from_freelist()
747 SecMap_freelist = SecMap_freelist_next (sm); in pop_SecMap_from_freelist()
7079 if (UNLIKELY(SecMap_freelist == NULL in libhb_maybe_GC()