Searched refs:temporary_first (Results 1 – 1 of 1) sorted by relevance
58 static HChar* temporary_first = &temporary[0]; variable80 vassert(temporary_first == &temporary[0]); in vexAllocSanityCheck()84 vassert(temporary_first <= temporary_curr); in vexAllocSanityCheck()91 vassert(private_LibVEX_alloc_first == temporary_first); in vexAllocSanityCheck()104 vassert(IS_WORD_ALIGNED(temporary_first)); in vexAllocSanityCheck()137 private_LibVEX_alloc_first = temporary_first; in vexSetAllocMode()