nmpp
|
Распределение памяти для векторов библиотеки. Подробнее...
Функции | |
void * | nmppsMalloc32 (unsigned sizeInt32) |
nm64s * | nmppsMalloc_64s (unsigned nSize) |
nm1 * | nmppsMalloc_1 (unsigned nSize) |
nm2s * | nmppsMalloc_2s (unsigned nSize) |
nm2u * | nmppsMalloc_2u (unsigned nSize) |
nm4s * | nmppsMalloc_4s (unsigned nSize) |
nm4u * | nmppsMalloc_4u (unsigned nSize) |
nm8u * | nmppsMalloc_8u (unsigned nSize) |
nm8s * | nmppsMalloc_8s (unsigned nSize) |
nm16u * | nmppsMalloc_16u (unsigned nSize) |
nm16s * | nmppsMalloc_16s (unsigned nSize) |
nm32u * | nmppsMalloc_32u (unsigned nSize) |
nm32s * | nmppsMalloc_32s (unsigned nSize) |
nm64u * | nmppsMalloc_64u (unsigned nSize) |
nm64sc * | nmppsMalloc_64sc (unsigned nSize) |
nm32sc * | nmppsMalloc_32sc (unsigned sizeCmplxInt32) |
nm32fc * | nmppsMalloc_32fc (unsigned sizeCmplxFloat) |
nm32fcr * | nmppsMalloc_32fcr (unsigned sizeCmplxFloat) |
float * | nmppsMalloc_32f (unsigned sizeFloat) |
double * | nmppsMalloc_64f (unsigned sizeDouble) |
Распределение памяти для векторов библиотеки.
nSize | Число элементов в векторе. |
hint | Номер банка памяти. Может принимать значения MEM_LOCAL, MEM_GLOBAL. |