Home
last modified time | relevance | path

Searched refs:__alloc_size__ (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dcompiler_types.h319 #ifdef __alloc_size__
320 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc
321 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__)
A Dcompiler_attributes.h44 #define __alloc_size__(x, ...) __attribute__((__alloc_size__(x, ## __VA_ARGS__))) macro
A Dcompiler-gcc.h148 #undef __alloc_size__

Completed in 5 milliseconds