Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsprintf.h17 __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);
H A Dmempool.h65 void *mempool_alloc_noprof(struct mempool *pool, gfp_t gfp_mask) __malloc;
73 void *mempool_alloc_preallocated(struct mempool *pool) __malloc;
H A Dslab.h767 gfp_t flags) __assume_slab_alignment __malloc;
771 gfp_t gfpflags) __assume_slab_alignment __malloc;
827 int node) __assume_slab_alignment __malloc;
840 struct slab_sheaf *sheaf) __assume_slab_alignment __malloc;
H A Dcompiler_attributes.h171 #define __malloc __attribute__((__malloc__)) macro