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

/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c85 static void *XX_MallocSmartPool; variable
207 if (XX_MallocSmartPool)
211 XX_MallocSmartPool = contigmalloc(MALLOCSMART_POOL_SIZE, M_NETCOMMSW,
213 if (!XX_MallocSmartPool) {
242 addr = (vm_offset_t)XX_MallocSmartPool +
261 (vm_offset_t)XX_MallocSmartPool);

Completed in 50 milliseconds