Searched refs:mem (Results 1 – 3 of 3) sorted by relevance
56 void *mem = _sbrk((intptr_t)size); in malloc() local58 if (mem == ((void *)-1)) in malloc()59 mem = NULL; in malloc()61 return mem; in malloc()66 void *mem = malloc(nmemb * size); in calloc() local68 if (mem) in calloc()69 memset(mem, 0, nmemb * size); in calloc()71 return mem; in calloc()
288 int32_t mem; in osThreadNew() local297 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()
227 - cmn700: Add support to configure additional non-hash mem regions
Completed in 8 milliseconds