Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h709 uintptr_t ptr, ptr_end; in tcg_malloc() local
715 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()