mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-15 16:49:47 +00:00
a55c84f33c
Based on https://github.com/tursodatabase/libsql/pull/434 and rebased.
sqlite3_allocator
Installs the sqlite3 memory system as the Rust default global allocator. Useful in no_std environments where there is no allocator and, if you want to use collections, you must bring your own.