commit | 35005d01d2cafede9b1dc7d9f9049347f224e651 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Thu Mar 05 17:56:32 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 05 19:52:07 2020 +0100 |
tree | 5525697fab6ce7a1225b036accc80c4649a23380 | |
parent | e296d3e5f00c33152d4153ee6d5dc5b728ee8343 [diff] |
MINOR: ist: Add `struct ist istalloc(size_t)` and `void istfree(struct ist*)` `istalloc` allocates memory and returns an `ist` with the size `0` that points to this allocation. `istfree` frees the pointed memory and clears the pointer.