Searched refs:__malloc (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/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 | 66 extern void *mempool_alloc_noprof(mempool_t *pool, gfp_t gfp_mask) __malloc; 70 extern void *mempool_alloc_preallocated(mempool_t *pool) __malloc;
|
D | compiler_types.h | 405 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc 408 # define __alloc_size(x, ...) __malloc
|
D | slab.h | 711 gfp_t flags) __assume_slab_alignment __malloc; 715 gfp_t gfpflags) __assume_slab_alignment __malloc; 771 int node) __assume_slab_alignment __malloc;
|
D | device.h | 289 int nid, const char *name) __malloc; 323 const char *fmt, va_list ap) __malloc; 325 const char *fmt, ...) __malloc; 357 char *devm_kstrdup(struct device *dev, const char *s, gfp_t gfp) __malloc;
|
D | compiler_attributes.h | 184 #define __malloc __attribute__((__malloc__)) macro
|
D | string.h | 300 extern char *kstrdup(const char *s, gfp_t gfp) __malloc;
|
D | phy.h | 1878 __malloc;
|
/linux-6.12.1/include/rdma/ |
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()
|
/linux-6.12.1/include/drm/ |
D | drm_managed.h | 52 void *drmm_kmalloc(struct drm_device *dev, size_t size, gfp_t gfp) __malloc;
|
/linux-6.12.1/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 442 char *fmt, ...) __printf(4, 5) __malloc; 455 - 函数行为属性(上方的 ``__malloc`` ) 462 size_t size, u8 count, char *fmt, ...) __malloc
|
/linux-6.12.1/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 445 char *fmt, ...) __printf(4, 5) __malloc; 458 - 函數行爲屬性(上方的 ``__malloc`` ) 465 size_t size, u8 count, char *fmt, ...) __malloc
|
/linux-6.12.1/drivers/infiniband/core/ |
D | uverbs_ioctl.c | 109 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc()
|
/linux-6.12.1/Documentation/process/ |
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
|
/linux-6.12.1/Documentation/translations/sp_SP/process/ |
D | coding-style.rst | 510 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.12.1/Documentation/translations/it_IT/process/ |
D | coding-style.rst | 485 char *fmt, ...) __printf(4, 5) __malloc; 510 size_t size, u8 count, char *fmt, ...) __malloc
|