]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rework the win32 OS driver to use malloc()/free() directly rather than
authordrh <drh@noemail.net>
Fri, 24 Aug 2007 17:52:21 +0000 (17:52 +0000)
committerdrh <drh@noemail.net>
Fri, 24 Aug 2007 17:52:21 +0000 (17:52 +0000)
commitb11caac316980e9c457163c54b7b474cd15ab766
treef56c2cab4a5984d5da6ba10673cd2f267be28857
parentae28c01aa8bd2511ee995411ac9231c4922a520c
Rework the win32 OS driver to use malloc()/free() directly rather than
going through the SQLite memory allocation layer.  With this change, the
complete quick.test script now runs on windows.  There are a few errors,
but no segfaults.  Progress. (CVS 4289)

FossilOrigin-Name: 75aad316981690d7a93ea6ac1c187f7d98f6d715
manifest
manifest.uuid
src/os_win.c