diff --git a/docs/api/monotonic_allocator.md b/docs/api/monotonic_allocator.md index c4d35df..8db0ed6 100644 --- a/docs/api/monotonic_allocator.md +++ b/docs/api/monotonic_allocator.md @@ -84,11 +84,19 @@ import strong_ptr; } ``` +## APIs + +### Factory Function + ```{doxygenfunction} v1::make_monotonic_allocator ``` +### Memory Resource + Storage Hybrid Object + ```{doxygenstruct} v1::monotonic_allocator ``` +### Memory Resource Implementation + ```{doxygenstruct} v1::monotonic_allocator_base ```