1
0
forked from GitHub/gf-core

first draft of the new allocator with transactions support

This commit is contained in:
Krasimir Angelov
2022-05-20 13:55:45 +02:00
parent 546dc01b5d
commit 5594679a83
24 changed files with 1582 additions and 2372 deletions

View File

@@ -23,6 +23,9 @@ PgfText* textdup(PgfText *t1);
PGF_INTERNAL_DECL
ref<PgfText> textdup_db(PgfText *t1);
PGF_INTERNAL
void text_db_release(ref<PgfText> text);
PGF_API uint32_t
pgf_utf8_decode(const uint8_t** src_inout);