Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dsyscall_mem.c13 void *malloc(rt_size_t n) in malloc() function
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dmem_std.c19 void *malloc(size_t n) in malloc() function
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dstdlib.c54 void *malloc(size_t size) in malloc() function
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_mem.h47 …void * (*malloc)(struct uffs_DeviceSt *dev, unsigned int size); //!< allocate memory (for dynamic … member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzconf.h17 #define malloc rt_malloc macro