YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::fiber::Allocation Struct Referencefinal

#include <stack_allocator.hpp>

Collaboration diagram for yaclib::detail::fiber::Allocation:
[legend]

Public Attributes

char * start = nullptr
 
std::size_t size = 0
 

Detailed Description

Definition at line 7 of file stack_allocator.hpp.

Member Data Documentation

◆ size

std::size_t yaclib::detail::fiber::Allocation::size = 0

Definition at line 9 of file stack_allocator.hpp.

◆ start

char* yaclib::detail::fiber::Allocation::start = nullptr

Definition at line 8 of file stack_allocator.hpp.


The documentation for this struct was generated from the following file: