Yet more refactors in basebuffer.

This commit is contained in:
2026-02-22 22:46:54 -05:00
parent 5c258be507
commit cbbe475f65
4 changed files with 139 additions and 220 deletions

View File

@@ -246,7 +246,7 @@ public:
using LuaValue = BaseLuaValue<eng::string>;
class StreamBufferConfig {
protected:
public:
using string_type = eng::string;
void *basebuffer_malloc(size_t size) { return eng::malloc(size); }
void basebuffer_free(void *p) { eng::free(p); }