Searched refs:holdBase (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.
298 * holdBase - base address of the allocated block
306 static t_Error CutFree(t_MM *p_MM, uint64_t holdBase, uint64_t holdEnd) argument
326 if ( (holdBase <= base) && (holdEnd <= end) && (holdEnd > base) )
343 else if ( (holdBase > base) && (holdEnd <= end) )
345 if ( (holdBase-base) >= alignment )
354 p_CurrB->end = holdBase;
544 uint64_t holdBase, holdEn local
694 uint64_t holdBase, holdEnd, j, i = 0; local
823 uint64_t holdBase, holdEnd, j = alignment, i=0; local
[all...]

Completed in 54 milliseconds