Home
last modified time | relevance | path

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

/linux-6.1.9/include/rdma/
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.1.9/include/linux/
Dcompiler_types.h280 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc
283 # define __alloc_size(x, ...) __malloc
Dslab.h444 void *kmem_cache_alloc(struct kmem_cache *s, gfp_t flags) __assume_slab_alignment __malloc;
446 gfp_t gfpflags) __assume_slab_alignment __malloc;
471 __malloc;
Ddevice.h170 int nid, const char *name) __malloc;
200 void *devm_kmalloc(struct device *dev, size_t size, gfp_t gfp) __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;
Dkernel.h220 extern __printf(2, 3) __malloc
222 extern __printf(2, 0) __malloc
Dmempool.h48 extern void *mempool_alloc(mempool_t *pool, gfp_t gfp_mask) __malloc;
Dcompiler_attributes.h180 #define __malloc __attribute__((__malloc__)) macro
Dstring.h176 extern char *kstrdup(const char *s, gfp_t gfp) __malloc;
Dphy.h1612 __malloc;
/linux-6.1.9/include/drm/
Ddrm_managed.h48 void *drmm_kmalloc(struct drm_device *dev, size_t size, gfp_t gfp) __malloc;
/linux-6.1.9/Documentation/translations/zh_CN/process/
Dcoding-style.rst442 char *fmt, ...) __printf(4, 5) __malloc;
455 - 函数行为属性(上方的 ``__malloc`` )
462 size_t size, u8 count, char *fmt, ...) __malloc
/linux-6.1.9/drivers/infiniband/core/
Duverbs_ioctl.c106 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc()
/linux-6.1.9/Documentation/process/
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.1.9/Documentation/translations/it_IT/process/
Dcoding-style.rst485 char *fmt, ...) __printf(4, 5) __malloc;
510 size_t size, u8 count, char *fmt, ...) __malloc