Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h63 int memPartitionId,
99 void * XX_MallocSmart(uint32_t size, int memPartitionId, uint32_t alignment);
/freebsd/sys/contrib/ncsw/inc/etc/
H A Dmem_ext.h156 uint8_t memPartitionId,
/freebsd/sys/contrib/ncsw/etc/
H A Dncsw_mem.c401 uint8_t memPartitionId,
484 XX_MallocSmart((uint32_t)((num * blockSize) + alignment), memPartitionId, 1);
518 XX_MallocSmart((uint32_t)(blockSize + alignment), memPartitionId, 1);
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c210 XX_MallocSmart(uint32_t size, int memPartitionId, uint32_t alignment) in XX_MallocSmart() argument