Home
last modified time | relevance | path

Searched refs:__malloc (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/include/rdma/
A Duverbs_ioctl.h860 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
863 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
869 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
875 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc()
912 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
917 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
/linux-6.3-rc2/include/linux/
A Dcompiler_types.h320 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc
323 # define __alloc_size(x, ...) __malloc
A Dslab.h475 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) __assume_slab_alignment __malloc;
477 gfp_t gfpflags) __assume_slab_alignment __malloc;
502 __malloc;
A Dkernel.h220 extern __printf(2, 3) __malloc
222 extern __printf(2, 0) __malloc
A Ddevice.h170 int nid, const char *name) __malloc;
204 const char *fmt, va_list ap) __malloc;
206 const char *fmt, ...) __malloc;
227 char *devm_kstrdup(struct device *dev, const char *s, gfp_t gfp) __malloc;
A Dmempool.h53 extern void *mempool_alloc(mempool_t *pool, gfp_t gfp_mask) __malloc;
A Dcompiler_attributes.h165 #define __malloc __attribute__((__malloc__)) macro
A Dstring.h176 extern char *kstrdup(const char *s, gfp_t gfp) __malloc;
A Dphy.h1697 __malloc;
/linux-6.3-rc2/include/drm/
A Ddrm_managed.h48 void *drmm_kmalloc(struct drm_device *dev, size_t size, gfp_t gfp) __malloc;
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dcoding-style.rst442 char *fmt, ...) __printf(4, 5) __malloc;
455 - 函数行为属性(上方的 ``__malloc`` )
462 size_t size, u8 count, char *fmt, ...) __malloc
/linux-6.3-rc2/drivers/infiniband/core/
A Duverbs_ioctl.c106 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc()
/linux-6.3-rc2/Documentation/process/
A Dcoding-style.rst498 char *fmt, ...) __printf(4, 5) __malloc;
512 - function behavior attributes (here, ``__malloc``)
521 size_t size, u8 count, char *fmt, ...) __malloc
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dcoding-style.rst510 char *fmt, ...) __printf(4, 5) __malloc;
526 - atributos de comportamiento de la función (aquí, ``__malloc``)
536 size_t size, u8 count, char *fmt, ...) __malloc
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dcoding-style.rst485 char *fmt, ...) __printf(4, 5) __malloc;
510 size_t size, u8 count, char *fmt, ...) __malloc

Completed in 32 milliseconds