diff --git a/rtos-docs/threadx/chapter3.md b/rtos-docs/threadx/chapter3.md index 8dfcc58..b22038a 100644 --- a/rtos-docs/threadx/chapter3.md +++ b/rtos-docs/threadx/chapter3.md @@ -710,7 +710,7 @@ The characteristics of each event flags group are found in its control block. It Event group control blocks can be located anywhere in memory, but it is most common to make the control block a global structure by defining it outside the scope of any function. -### Memory Block Pools +## Memory Block Pools Allocating memory in a fast and deterministic manner is always a challenge in real-time applications. With this in mind, ThreadX provides the ability to create and manage multiple pools of fixed-size memory blocks.