aboutsummaryrefslogtreecommitdiff
path: root/pw_allocator
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2020-06-11 16:36:11 -0700
committerWyatt Hepler <hepler@google.com>2020-06-16 10:00:17 -0700
commitccc3ee14b917b06b8d097c4e66e7b00598dd1148 (patch)
treed716d98ac6e2f40616288b0a9b64a1836130f7f2 /pw_allocator
parent98c2ef4343c3153db31c4e642a4cf3a8f5f0ecf1 (diff)
downloadpigweed-ccc3ee14b917b06b8d097c4e66e7b00598dd1148.tar.gz
Update Pigweed presubmit
Updates the upstream presubmit to play nicely with The Great GN Refactor. Change-Id: I2296db592b4c8e3c2d5592410b9846e7435ac1fc
Diffstat (limited to 'pw_allocator')
-rw-r--r--pw_allocator/docs.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/pw_allocator/docs.rst b/pw_allocator/docs.rst
index ae31c556d..9604377e6 100644
--- a/pw_allocator/docs.rst
+++ b/pw_allocator/docs.rst
@@ -9,10 +9,10 @@ pw_alloctor
This module provides various building blocks
for a dynamic allocator. This is composed of the following parts:
-- ``block`` - An implementation of a linked list of memory blocks, supporting
- splitting and merging of blocks.
-- ``freelist`` - A freelist, suitable for fast lookups of available memory
- chunks (i.e. ``block``s)
+ - ``block``: An implementation of a linked list of memory blocks, supporting
+ splitting and merging of blocks.
+ - ``freelist``: A freelist, suitable for fast lookups of available memory
+ chunks (i.e. ``block`` s).
Note, this module, and its documentation, is currently incomplete and
experimental.