std :: calloc ()
+ role="identifier">mallocstd :: free () .
+ static bool is_stack_unbound ()
+ static std :: size_t maximum_stacksize ()
@@ -2731,9 +2731,9 @@
-
-
+ static std :: size_t default_stacksize ()
@@ -2753,9 +2753,9 @@
-
-
+ static std :: size_t minimum_stacksize ()
@@ -2772,9 +2772,9 @@
-
-
+ void allocate ( stack_context
& sctx
-
-
+ void deallocate ( stack_context
& sctx
- 62 ns / 77 cycles
+ 78 ns / 77 cycles
@@ -3012,7 +3012,7 @@
- 17 ns / 47 cycles
+ 28 ns / 74 cycles
diff --git a/doc/html/coro_HTML.manifest b/doc/html/coro_HTML.manifest
index bc9de60..2403d2d 100644
--- a/doc/html/coro_HTML.manifest
+++ b/doc/html/coro_HTML.manifest
@@ -9,7 +9,7 @@ coroutine/coroutine/unidirect/push_coro.html
coroutine/attributes.html
coroutine/stack.html
coroutine/stack/protected_stack_allocator.html
-coroutine/stack/simple_stack_allocator.html
+coroutine/stack/standard_stack_allocator.html
coroutine/stack/stack_context.html
coroutine/stack/segmented_stack.html
coroutine/performance.html
diff --git a/doc/html/coroutine/performance.html b/doc/html/coroutine/performance.html
index d25c277..f80cc2c 100644
--- a/doc/html/coroutine/performance.html
+++ b/doc/html/coroutine/performance.html
@@ -80,7 +80,7 @@
- 62 ns / 77 cycles
+ 78 ns / 77 cycles
@@ -107,7 +107,7 @@
- 17 ns / 47 cycles
+ 28 ns / 74 cycles
diff --git a/doc/html/coroutine/stack.html b/doc/html/coroutine/stack.html
index 16a96ff..9348d43 100644
--- a/doc/html/coroutine/stack.html
+++ b/doc/html/coroutine/stack.html
@@ -28,7 +28,7 @@
@@ -155,7 +155,7 @@
class boost::coroutines::stack_allocator is a typedef
- of boost::coroutines::protected_stack_allocator.
+ of boost::coroutines::standard_stack_allocator.
diff --git a/doc/html/coroutine/stack/protected_stack_allocator.html b/doc/html/coroutine/stack/protected_stack_allocator.html
index 1edf89c..c0ae8a8 100644
--- a/doc/html/coroutine/stack/protected_stack_allocator.html
+++ b/doc/html/coroutine/stack/protected_stack_allocator.html
@@ -7,7 +7,7 @@
-
+
@@ -20,7 +20,7 @@
@@ -192,7 +192,7 @@