Searched defs:pvPortMallocLarge (Results 1 – 2 of 2) sorted by relevance
32 void * pvPortMallocLarge( size_t xWantedSize ) in pvPortMallocLarge() function
360 #define pvPortMallocLarge( x ) pvPortMalloc( x ) macro