Searched refs:__malloc (Results 1 – 12 of 12) sorted by relevance
/linux/include/rdma/ |
A D | uverbs_ioctl.h | 854 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, 857 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 863 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() 869 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc() 906 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 911 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
|
/linux/include/linux/ |
A D | compiler_types.h | 260 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc 262 # define __alloc_size(x, ...) __malloc
|
A D | device.h | 169 int nid, const char *name) __malloc; 199 void *devm_kmalloc(struct device *dev, size_t size, gfp_t gfp) __malloc; 203 const char *fmt, va_list ap) __malloc; 205 const char *fmt, ...) __malloc; 226 char *devm_kstrdup(struct device *dev, const char *s, gfp_t gfp) __malloc;
|
A D | kernel.h | 207 extern __printf(2, 3) __malloc 209 extern __printf(2, 0) __malloc
|
A D | compiler_attributes.h | 166 #define __malloc __attribute__((__malloc__)) macro
|
A D | mempool.h | 48 extern void *mempool_alloc(mempool_t *pool, gfp_t gfp_mask) __malloc;
|
A D | slab.h | 427 void *kmem_cache_alloc(struct kmem_cache *s, gfp_t flags) __assume_slab_alignment __malloc; 453 __malloc;
|
A D | string.h | 176 extern char *kstrdup(const char *s, gfp_t gfp) __malloc;
|
A D | phy.h | 1566 __malloc;
|
/linux/include/drm/ |
A D | drm_managed.h | 47 void *drmm_kmalloc(struct drm_device *dev, size_t size, gfp_t gfp) __malloc;
|
/linux/drivers/infiniband/core/ |
A D | uverbs_ioctl.c | 106 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc()
|
/linux/Documentation/process/ |
A D | coding-style.rst | 498 char *fmt, ...) __printf(4, 5) __malloc; 512 - function behavior attributes (here, ``__malloc``) 521 size_t size, u8 count, char *fmt, ...) __malloc
|
Completed in 25 milliseconds