Home
last modified time | relevance | path

Searched refs:consecutiveMem (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/etc/
H A Dncsw_mem.c131 if (p_Mem->consecutiveMem)
158 if (p_Mem->consecutiveMem)
343 p_Mem->consecutiveMem = TRUE;
402 bool consecutiveMem)
444 p_Mem->p_Bases = (uint8_t **)XX_Malloc((consecutiveMem ? 1 : num) * sizeof(uint8_t*));
450 memset(p_Mem->p_Bases, 0, (consecutiveMem ? 1 : num) * sizeof(uint8_t*));
458 p_Mem->consecutiveMem = consecutiveMem;
478 if (p_Mem->consecutiveMem)
574 num = p_Mem->consecutiveMem ? 1 : p_Mem->num;
726 if (p_Mem->consecutiveMem)
/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dmem_ext.h98 bool consecutiveMem; /* Allocate consecutive data blocks memory */ member
157 bool consecutiveMem);