Home
last modified time | relevance | path

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

/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_mm.c56 void *mem = _sbrk((intptr_t)size); in malloc() local
58 if (mem == ((void *)-1)) in malloc()
59 mem = NULL; in malloc()
61 return mem; in malloc()
66 void *mem = malloc(nmemb * size); in calloc() local
68 if (mem) in calloc()
69 memset(mem, 0, nmemb * size); in calloc()
71 return mem; in calloc()
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/
A Dcmsis_os2_tiny4scp.c288 int32_t mem; in osThreadNew() local
297 mem = -1; in osThreadNew()
323 mem = 1; in osThreadNew()
327 mem = 0; in osThreadNew()
331 mem = 0; in osThreadNew()
334 if (mem == 1) { in osThreadNew()
344 if (mem == 0) { in osThreadNew()
/SCP-firmware-master/
A Dchange_log.md227 - cmn700: Add support to configure additional non-hash mem regions

Completed in 8 milliseconds