From eb2211217858d97256c802739531547c52d328a5 Mon Sep 17 00:00:00 2001 From: krangelov Date: Sun, 16 Dec 2018 07:46:14 +0100 Subject: a pool where the smallest chunks are memory pages --- src/runtime/c/gu/seq.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/gu/seq.h') diff --git a/src/runtime/c/gu/seq.h b/src/runtime/c/gu/seq.h index c19a23d1c..3b345be61 100644 --- a/src/runtime/c/gu/seq.h +++ b/src/runtime/c/gu/seq.h @@ -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_ -- cgit v1.2.3