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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c2375 uintptr_t b_mapelm = (uintptr_t)b; local
2380 return ((a_mapelm > b_mapelm) - (a_mapelm < b_mapelm));
2396 uintptr_t a_mapelm, b_mapelm; local
2407 b_mapelm = (uintptr_t)b;
2409 ret = (a_mapelm > b_mapelm) - (a_mapelm < b_mapelm);

Completed in 102 milliseconds