You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/foonathan/memory/default_allocator.hpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ namespace foonathan
25
25
/// Arena allocators like \ref memory_stack or \ref memory_pool allocate memory by subdividing a huge block.
26
26
/// They get a \concept{concept_blockallocator,BlockAllocator} that will be used for their internal allocation,
27
27
/// this type is the default value.
28
-
/// \requiredbe Its type can be changed via the CMake option \c FOONATHAN_MEMORY_DEFAULT_ALLCOATOR,
28
+
/// \requiredbe Its type can be changed via the CMake option \c FOONATHAN_MEMORY_DEFAULT_ALLOCATOR,
29
29
/// but it must be one of the following: \ref heap_allocator, \ref new_allocator, \ref malloc_allocator, \ref static_allocator, \ref virtual_memory_allocator.
30
30
/// \defaultbe The default is \ref heap_allocator.
0 commit comments