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

/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c686 char* expected_position = (char*)allocated + size; local
687 if (allocated2 < expected_position ||
688 allocated2 > expected_position + 128) {

Completed in 25 milliseconds