|
class | stack_allocator_malloc |
| memory allocator this allocator will maintain buffer using malloc/free function More...
|
|
class | stack_allocator_memory |
| memory allocator this allocator will return address of specified memory section More...
|
|
class | stack_allocator_pool |
| memory allocator this allocator will maintain buffer using malloc/free function More...
|
|
class | stack_allocator_posix |
| memory allocator this allocator will create buffer using posix api and protect it More...
|
|
class | stack_allocator_split_segment |
| memory allocator this allocator will create buffer using gcc split segment api More...
|
|
class | stack_allocator_windows |
| memory allocator this allocator will create buffer using windows api and protect it More...
|
|