diff options
| author | krangelov <kr.angelov@gmail.com> | 2018-12-16 07:46:14 +0100 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2018-12-16 07:46:14 +0100 |
| commit | eb2211217858d97256c802739531547c52d328a5 (patch) | |
| tree | 578060a42d79a4a7c12a60d964b7df7cbb051b02 /src/runtime/c/gu/seq.h | |
| parent | 083aa96e575554518dee32d03f579ad6cac26722 (diff) | |
a pool where the smallest chunks are memory pages
Diffstat (limited to 'src/runtime/c/gu/seq.h')
| -rw-r--r-- | src/runtime/c/gu/seq.h | 3 |
1 files changed, 3 insertions, 0 deletions
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_ |
