a pool where the smallest chunks are memory pages

This commit is contained in:
krangelov
2018-12-16 07:46:14 +01:00
parent 083aa96e57
commit eb22112178
5 changed files with 92 additions and 30 deletions

View File

@@ -182,6 +182,9 @@ gu_buf_heapify(GuBuf *buf, GuOrder *order);
GU_API_DECL GuSeq*
gu_buf_freeze(GuBuf* buf, GuPool* pool);
GU_API void
gu_buf_evacuate(GuBuf* buf, GuPool* pool);
#endif // GU_SEQ_H_
#ifdef GU_STRING_H_