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

/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dmm.c291 * Cuts a free block from holdBase to holdEnd from the free lists.
293 * not include a block of memory from holdBase to holdEnd.
295 * either holdBase or holdEnd. If such block is found it updates it.
299 * holdBase - base address of the allocated block
307 static t_Error CutFree(t_MM *p_MM, uint64_t holdBase, uint64_t holdEnd) argument
327 if ( (holdBase <= base) && (holdEnd <= end) && (holdEnd > base) )
344 else if ( (holdBase > base) && (holdEnd <= end) )
346 if ( (holdBase-base) >= alignment )
355 p_CurrB->end = holdBase;
545 uint64_t holdBase, holdEn local
707 uint64_t holdBase, holdEnd, j, i = 0; local
844 uint64_t holdBase, holdEnd, j = alignment, i=0; local
[all...]

Completed in 109 milliseconds