Searched refs:mingap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c3080 ram_addr_t offset = 0, mingap = ULONG_MAX; local
3095 if (next - end >= size && next - end < mingap) {
3097 mingap = next - end;

Completed in 1113 milliseconds