Commit b83649e6 authored by Brad Hards's avatar Brad Hards Committed by Rusty Russell

block_pool: Change metadata layout so initial description is all on one line.

With the original layout, we got:
Summary:
An efficient allocator for blocks that don't need to be
....
Description:
resized or freed.
parent 12941b07
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
#include "config.h" #include "config.h"
/** /**
* block_pool - An efficient allocator for blocks that don't need to be * block_pool - An efficient allocator for blocks that don't need to be resized or freed.
* resized or freed.
* *
* block_pool allocates blocks by packing them into buffers, making the * block_pool allocates blocks by packing them into buffers, making the
* overhead per block virtually zero. Because of this, you cannot resize or * overhead per block virtually zero. Because of this, you cannot resize or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment