Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/user/env/
H A Dxx.c86 static void *XX_MallocSmartPool; variable
193 if (XX_MallocSmartPool) in XX_MallocSmartInit()
197 XX_MallocSmartPool = contigmalloc(MALLOCSMART_POOL_SIZE, M_NETCOMMSW, in XX_MallocSmartInit()
199 if (!XX_MallocSmartPool) { in XX_MallocSmartInit()
228 addr = (vm_offset_t)XX_MallocSmartPool + in XX_MallocSmart()
247 (vm_offset_t)XX_MallocSmartPool); in XX_FreeSmart()