Searched defs:__alloc (Results 1 – 4 of 4) sorted by relevance
62 auto __alloc = stdexec::get_allocator(__env); in __delete_op() local132 auto __alloc = get_allocator(__env); in operator ()() local
399 _Alloc __alloc{__allocator_}; in __construct_small() local410 _Alloc __alloc{__allocator_}; in __construct_large() local437 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL() local597 _Alloc __alloc{__allocator_}; in __construct_small() local608 _Alloc __alloc{__allocator_}; in __construct_large() local633 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL() local660 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL() local
91 #define REWIND(__alloc) \ argument
136 static void *__alloc(struct bpf_mem_cache *c, int node, gfp_t flags) in __alloc() function