mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Linpool: default allocation size
This commit is contained in:
@@ -32,6 +32,8 @@ struct lp_chunk {
|
||||
byte data[0];
|
||||
};
|
||||
|
||||
const int lp_chunk_size = sizeof(struct lp_chunk);
|
||||
|
||||
struct linpool {
|
||||
resource r;
|
||||
byte *ptr, *end;
|
||||
|
Reference in New Issue
Block a user