Searched defs:memory_allocator__ (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/executorch/runtime/core/ |
H A D | memory_allocator.h | 217 #define ET_TRY_ALLOCATE_OR(memory_allocator__, nbytes__, ...) \ argument 243 #define ET_TRY_ALLOCATE_INSTANCE_OR(memory_allocator__, type__, ...) \ argument 271 #define ET_TRY_ALLOCATE_LIST_OR(memory_allocator__, type__, nelem__, ...) \ argument 288 #define ET_TRY_ALLOCATE_OR(memory_allocator__, nbytes__, ...) \ argument 299 #define ET_TRY_ALLOCATE_INSTANCE_OR(memory_allocator__, type__, ...) \ argument 310 #define ET_TRY_ALLOCATE_LIST_OR(memory_allocator__, type__, nelem__, ...) \ argument 329 #define ET_ALLOCATE_OR_RETURN_ERROR(memory_allocator__, nbytes__) \ argument 347 #define ET_ALLOCATE_INSTANCE_OR_RETURN_ERROR(memory_allocator__, type__) \ argument 366 #define ET_ALLOCATE_LIST_OR_RETURN_ERROR(memory_allocator__, type__, nelem__) \ argument
|