Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dmain_util.c67 static HChar* permanent_first = &permanent[0]; variable
82 vassert(permanent_first == &permanent[0]); in vexAllocSanityCheck()
86 vassert(permanent_first <= permanent_curr); in vexAllocSanityCheck()
96 vassert(private_LibVEX_alloc_first == permanent_first); in vexAllocSanityCheck()
107 vassert(IS_WORD_ALIGNED(permanent_first)); in vexAllocSanityCheck()
143 private_LibVEX_alloc_first = permanent_first; in vexSetAllocMode()
205 (Long)(permanent_curr - permanent_first) ); in LibVEX_ShowAllocStats()