1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

The power-of-two first-fit memory allocator is now working. (CVS 4793)

FossilOrigin-Name: d134d29cea971eb01a0e0fd94341ab79e2d5b57a
This commit is contained in:
drh
2008-02-16 16:21:45 +00:00
parent 66ce4d02fe
commit 2d7636e212
7 changed files with 231 additions and 413 deletions

View File

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