1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add the new memory allocator to the amalgamation. Improvements to

out-of-memory handling. (CVS 4498)

FossilOrigin-Name: b58c2b37a5deb19ce0ef78629989016743a46bb3
This commit is contained in:
drh
2007-10-20 16:36:31 +00:00
parent c0ad3e8df6
commit 979aeaa395
5 changed files with 31 additions and 28 deletions

View File

@ -202,6 +202,7 @@ foreach file {
mem1.c
mem2.c
mem3.c
mutex.c
mutex_os2.c
mutex_unix.c