Searched refs:ptr_end (Results 1 – 1 of 1) sorted by relevance
709 uintptr_t ptr, ptr_end; in tcg_malloc() local715 ptr_end = ptr + size; in tcg_malloc()716 if (unlikely(ptr_end > s->pool_end)) { in tcg_malloc()719 s->pool_cur = ptr_end; in tcg_malloc()