Searched refs:malloc (Results 1 – 10 of 10) sorted by relevance
24 return malloc(size); in operator new()29 return malloc(size); in operator new[]()34 return malloc(size); in operator new()39 return malloc(size); in operator new[]()
51 bool "Common C library malloc implementation"54 Common implementation of malloc family that uses the kernel heap58 int "Size of the common C library malloc arena"67 common C library malloc() implementation.69 If set to zero, then no malloc() heap will be available.80 malloc heap. Otherwise, on systems with an MMU the default is82 ram for the malloc heap.91 which forwards to malloc and memset.
13 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_MALLOC source/stdlib/malloc.c)
140 void *malloc(size_t size) in malloc() function267 void *malloc(size_t size) in malloc() function285 return malloc(size); in realloc()301 ret = malloc(size); in calloc()
45 *lock = malloc(sizeof(struct __lock)); in __retarget_lock_init_recursive()
183 malloc, but only supports a small number (32) of exit handlers.
27 void *malloc(size_t size);
139 ni = malloc((n + 1) * sizeof(*ni)); in if_nameindex()147 ni[i].if_name = malloc(IF_NAMESIZE); in if_nameindex()
392 *lock = malloc(sizeof(struct k_sem)); in __retarget_lock_init()411 *lock = malloc(sizeof(struct k_mutex)); in __retarget_lock_init_recursive()
20 will be used for the newlib malloc() heap. The actual amount of
Completed in 27 milliseconds