Skip to content

Commit 0498c34

Browse files
raulojeda22mergify[bot]
authored andcommitted
Update foonathan.net links (#6264)
Signed-off-by: Raül <raulojeda@eprosima.com> (cherry picked from commit 15519c1)
1 parent dd3e1d4 commit 0498c34

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Public_API_foonathan_memory.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ This document will be updated if new features are included and used in *eprosima
55

66
## Allocators
77

8-
1. Typedef [foonathan::memory::default_allocator](https://foonathan.net/memory/group__allocator.html#ga10acce2d854fc42fea7306e511d9cd10)
9-
1. Typedef [foonathan::memory::heap_allocator](https://foonathan.net/memory/group__allocator.html#ga22bca7a15392be2aa9be773d838ec4f4)
10-
1. Typedef [foonathan::memory::new_allocator](https://foonathan.net/memory/group__allocator.html#ga0203ba3d8ef46a65c504a6c98e3f7bb5)
8+
1. Typedef [foonathan::memory::default_allocator](https://memory.foonathan.net/group__allocator.html#ga10acce2d854fc42fea7306e511d9cd10)
9+
1. Typedef [foonathan::memory::heap_allocator](https://memory.foonathan.net/group__allocator.html#ga22bca7a15392be2aa9be773d838ec4f4)
10+
1. Typedef [foonathan::memory::new_allocator](https://memory.foonathan.net/group__allocator.html#ga0203ba3d8ef46a65c504a6c98e3f7bb5)
1111

1212
## Allocator implementations
1313

14-
1. Class [foonathan::memory::memory_pool](https://foonathan.net/memory/classfoonathan_1_1memory_1_1memory__pool.html)
15-
1. Struct [foonathan::memory::node_pool](https://foonathan.net/memory/structfoonathan_1_1memory_1_1node__pool.html)
14+
1. Class [foonathan::memory::memory_pool](https://memory.foonathan.net/classfoonathan_1_1memory_1_1memory__pool.html)
15+
1. Struct [foonathan::memory::node_pool](https://memory.foonathan.net/structfoonathan_1_1memory_1_1node__pool.html)
1616

1717
## Adapters and Wrappers
1818

19-
1. Class [foonathan::memory::binary_segregator](https://foonathan.net/memory/classfoonathan_1_1memory_1_1binary__segregator.html)
19+
1. Class [foonathan::memory::binary_segregator](https://memory.foonathan.net/classfoonathan_1_1memory_1_1binary__segregator.html)
2020

2121

2222
## Alias Templates
2323

24-
1. Class [foonathan::memory::unordered_map](https://foonathan.net/memory/classfoonathan_1_1memory_1_1unordered__map.html)
25-
1. Class [foonathan::memory::map](https://foonathan.net/memory/classfoonathan_1_1memory_1_1map.html)
26-
1. Class [foonathan::memory::set](https://foonathan.net/memory/classfoonathan_1_1memory_1_1set.html)
24+
1. Class [foonathan::memory::unordered_map](https://memory.foonathan.net/classfoonathan_1_1memory_1_1unordered__map.html)
25+
1. Class [foonathan::memory::map](https://memory.foonathan.net/classfoonathan_1_1memory_1_1map.html)
26+
1. Class [foonathan::memory::set](https://memory.foonathan.net/classfoonathan_1_1memory_1_1set.html)
2727

2828
## Node sizes
2929

30-
1. Struct [foonathan::memory::map_node_size](https://foonathan.net/memory/structfoonathan_1_1memory_1_1map__node__size.html)
31-
1. Struct [foonathan::memory::set_node_size](https://foonathan.net/memory/structfoonathan_1_1memory_1_1set__node__size.html)
32-
1. Struct [foonathan::memory::unordered_map_node_size](https://foonathan.net/memory/structfoonathan_1_1memory_1_1unordered__map__node__size.html)
30+
1. Struct [foonathan::memory::map_node_size](https://memory.foonathan.net/structfoonathan_1_1memory_1_1map__node__size.html)
31+
1. Struct [foonathan::memory::set_node_size](https://memory.foonathan.net/structfoonathan_1_1memory_1_1set__node__size.html)
32+
1. Struct [foonathan::memory::unordered_map_node_size](https://memory.foonathan.net/structfoonathan_1_1memory_1_1unordered__map__node__size.html)

0 commit comments

Comments
 (0)