Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dmain_util.c69 static HChar* permanent_last = &permanent[N_PERMANENT_BYTES-1]; variable
83 vassert(permanent_last == &permanent[N_PERMANENT_BYTES-1]); in vexAllocSanityCheck()
87 vassert(permanent_curr <= permanent_last); in vexAllocSanityCheck()
97 vassert(private_LibVEX_alloc_last == permanent_last); in vexAllocSanityCheck()
109 vassert(IS_WORD_ALIGNED(permanent_last+1)); in vexAllocSanityCheck()
145 private_LibVEX_alloc_last = permanent_last; in vexSetAllocMode()