Searched refs:__malloc (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
A D | sprintf.h | 17 __printf(2, 3) __malloc char *kasprintf(gfp_t gfp, const char *fmt, ...); 18 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
A D | mempool.h | 66 extern void *mempool_alloc_noprof(mempool_t *pool, gfp_t gfp_mask) __malloc; 70 extern void *mempool_alloc_preallocated(mempool_t *pool) __malloc;
|
A D | compiler_attributes.h | 171 #define __malloc __attribute__((__malloc__)) macro
|
A D | compiler_types.h | 446 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc 449 # define __alloc_size(x, ...) __malloc
|
A D | slab.h | 738 gfp_t flags) __assume_slab_alignment __malloc; 742 gfp_t gfpflags) __assume_slab_alignment __malloc; 798 int node) __assume_slab_alignment __malloc;
|
A D | string.h | 301 extern char *kstrdup(const char *s, gfp_t gfp) __malloc;
|
A D | phy.h | 1900 __malloc;
|
/include/linux/device/ |
A D | devres.h | 21 void * __malloc 89 char * __malloc 92 char * __printf(3, 0) __malloc 94 char * __printf(3, 4) __malloc
|
/include/drm/ |
A D | drm_managed.h | 52 void *drmm_kmalloc(struct drm_device *dev, size_t size, gfp_t gfp) __malloc;
|
/include/rdma/ |
A D | uverbs_ioctl.h | 864 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, 867 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 873 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() 879 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc() 916 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 921 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
|
Completed in 26 milliseconds