Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/decompress/
H A Dmm.h34 static void *malloc(int size) in malloc() function
81 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A Dmisc.c22 #define malloc malloc_gzip macro
207 void *malloc(size_t size) in malloc() function
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dmalloc.h45 #define malloc(size) mdbg_malloc(__FILE__, __LINE__, (size)) macro
/OK3568_Linux_fs/u-boot/examples/api/
H A Dlibgenwrap.c40 void *malloc (size_t len) in malloc() function
/OK3568_Linux_fs/u-boot/include/
H A Dmalloc.h865 #pragma weak malloc = __libc_malloc macro
876 #define malloc malloc_simple macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dzpool.h96 int (*malloc)(void *pool, size_t size, gfp_t gfp, member
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dops.h28 void * (*malloc)(unsigned long size); member
217 static inline void *malloc(unsigned long size) in malloc() function
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_struct.h44 void *(*malloc)(size_t bytes, bool zero_mem); member
/OK3568_Linux_fs/kernel/lib/
H A Dinflate.c245 static void *malloc(int size) in malloc() function
273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmalloc.h23 #define malloc(size) mdbg_malloc(__FILE__, __LINE__, (size)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmalloc.h23 #define malloc(size) mdbg_malloc(__FILE__, __LINE__, (size)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/
H A Dpsb-bootinfo.h62 uint64_t malloc; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsystem.h861 #define malloc xmalloc macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsystem.h861 #define malloc xmalloc macro
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Drate.c34 #define malloc lsx_malloc macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dhostsa_ext_def.h1207 #define malloc(mpl_utils, len, pptr) \ macro