Skip to content

Commit

Permalink
Fix broken documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Jan 11, 2023
1 parent 5e7530b commit 3edafba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ i.e. allocate memory through the traits and deallocate through the member functi
It is completely allowed that those functions do completely different things.
### Composable RawAllocator
<a name="concept_composableallocator"></a>
A RawAllocator can be *composable*.
Access to the composable (de)allocation functions is only done through the [composable_allocator_traits].
Expand Down Expand Up @@ -363,7 +364,7 @@ Expression|Semantics

*Note*: Those tracking functions are also called after a succesful composable (de)allocation function.

A *deep tracker* also tracks a [BlockAllocator](#concept_block_allocator) of another allocator
A *deep tracker* also tracks a [BlockAllocator](#concept_blockallocator) of another allocator
and thus allows monitoring the often more expensive big allocations done by it.
Such a `Tracker` must provide the following additional functions:

Expand Down
2 changes: 1 addition & 1 deletion include/foonathan/memory/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
/// Set to `1` to disable automatic lifetime managment of the per-thread stack,
/// requires managing it through the \ref foonathan::memory::temporary_stack_initializer.
/// Set to `0` to disable the per-thread stack completely.
/// \ref get_temporary_stack() will abort the program upon call.
/// \ref foonathan::memory::get_temporary_stack() will abort the program upon call.
/// \ingroup allocator
#define FOONATHAN_MEMORY_TEMPORARY_STACK_MODE 2
#endif
Expand Down

0 comments on commit 3edafba

Please sign in to comment.