Home
last modified time | relevance | path

Searched refs:default_callable_allocator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
H A Dfunction.h40 using default_callable_allocator = std::allocator<std::byte>; variable
83 typename Allocator = default_callable_allocator>
95 /*require_inline=*/true, T, default_callable_allocator>;
172 typename Allocator = default_callable_allocator>
184 /*require_inline=*/true, T, default_callable_allocator>;
/aosp_15_r20/external/pigweed/pw_function/public/pw_function/
H A Dconfig.h57 #define PW_FUNCTION_DEFAULT_ALLOCATOR_TYPE fit::default_callable_allocator