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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmm.c290 * Cuts a free block from holdBase to holdEnd from the free lists.
292 * not include a block of memory from holdBase to holdEnd.
294 * either holdBase or holdEnd. If such block is found it updates it.
299 * holdEnd - end address of the allocated block
306 static t_Error CutFree(t_MM *p_MM, uint64_t holdBase, uint64_t holdEnd) argument
319 alignBase = MAKE_ALIGNED(holdEnd, alignment);
326 if ( (holdBase <= base) && (holdEnd <= end) && (holdEnd > base) )
343 else if ( (holdBase > base) && (holdEnd <= end) )
544 uint64_t holdBase, holdEnd, alignBas local
694 uint64_t holdBase, holdEnd, j, i = 0; local
823 uint64_t holdBase, holdEnd, j = alignment, i=0; local
[all...]

Completed in 57 milliseconds