Searched refs:__malloc (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | sprintf.h | 16 __printf(2, 3) __malloc char *kasprintf(gfp_t gfp, const char *fmt, ...); 17 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
D | mempool.h | 53 extern void *mempool_alloc(mempool_t *pool, gfp_t gfp_mask) __malloc;
|
D | compiler_types.h | 359 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc 362 # define __alloc_size(x, ...) __malloc
|
D | slab.h | 500 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) __assume_slab_alignment __malloc; 502 gfp_t gfpflags) __assume_slab_alignment __malloc; 523 __malloc;
|
D | compiler_attributes.h | 184 #define __malloc __attribute__((__malloc__)) macro
|
D | device.h | 276 int nid, const char *name) __malloc; 310 const char *fmt, va_list ap) __malloc; 312 const char *fmt, ...) __malloc; 344 char *devm_kstrdup(struct device *dev, const char *s, gfp_t gfp) __malloc;
|
D | string.h | 216 extern char *kstrdup(const char *s, gfp_t gfp) __malloc;
|
D | phy.h | 1818 __malloc;
|
/include/drm/ |
D | drm_managed.h | 48 void *drmm_kmalloc(struct drm_device *dev, size_t size, gfp_t gfp) __malloc;
|
/include/rdma/ |
D | uverbs_ioctl.h | 862 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, 865 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 871 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() 877 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc() 914 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 919 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
|