Home
last modified time | relevance | path

Searched defs:basic_protected_stack_allocator (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/coroutine/posix/
Dprotected_stack_allocator.hpp40 struct basic_protected_stack_allocator struct
42 typedef traitsT traits_type;
44 void allocate( stack_context & ctx, std::size_t size = traits_type::minimum_size() ) in allocate()
82 void deallocate( stack_context & ctx) in deallocate()
/third_party/boost/boost/coroutine/windows/
Dprotected_stack_allocator.hpp33 struct basic_protected_stack_allocator struct
35 typedef traitsT traits_type;
37 void allocate( stack_context & ctx, std::size_t size) in allocate()
68 void deallocate( stack_context & ctx) in deallocate()