Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 10 of 10) sorted by relevance

/lib/cpp/minimal/
A Dcpp_new.cpp24 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[]()
/lib/libc/common/
A DKconfig51 bool "Common C library malloc implementation"
54 Common implementation of malloc family that uses the kernel heap
58 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 is
82 ram for the malloc heap.
91 which forwards to malloc and memset.
A DCMakeLists.txt13 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_MALLOC source/stdlib/malloc.c)
/lib/libc/common/source/stdlib/
A Dmalloc.c140 void *malloc(size_t size) in malloc() function
267 void *malloc(size_t size) in malloc() function
285 return malloc(size); in realloc()
301 ret = malloc(size); in calloc()
/lib/libc/picolibc/
A Dlocks.c45 *lock = malloc(sizeof(struct __lock)); in __retarget_lock_init_recursive()
A DKconfig183 malloc, but only supports a small number (32) of exit handlers.
/lib/libc/minimal/include/
A Dstdlib.h27 void *malloc(size_t size);
/lib/posix/options/
A Dnet.c139 ni = malloc((n + 1) * sizeof(*ni)); in if_nameindex()
147 ni[i].if_name = malloc(IF_NAMESIZE); in if_nameindex()
/lib/libc/newlib/
A Dlibc-hooks.c392 *lock = malloc(sizeof(struct k_sem)); in __retarget_lock_init()
411 *lock = malloc(sizeof(struct k_mutex)); in __retarget_lock_init_recursive()
A DKconfig20 will be used for the newlib malloc() heap. The actual amount of

Completed in 27 milliseconds