mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Continuing work on the new memory allocation subsystem.
Added routines for temporary memory allocation. Right the btree balance mechanism to only do one temporary allocation at a time. (CVS 5220) FossilOrigin-Name: 65fe7b62cfe7d11cd667681a64c96fe7b2fe5685
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
** Source files should #include the sqliteInt.h file and let that file
|
||||
** include this one indirectly.
|
||||
**
|
||||
** $Id: mutex.h,v 1.3 2008/06/13 18:24:27 drh Exp $
|
||||
** $Id: mutex.h,v 1.4 2008/06/15 02:51:48 drh Exp $
|
||||
*/
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
#define sqlite3_mutex_leave(X)
|
||||
#define sqlite3_mutex_held(X) 1
|
||||
#define sqlite3_mutex_notheld(X) 1
|
||||
#define sqlite3_mutex_init()
|
||||
#define sqlite3_mutex_init() SQLITE_OK
|
||||
#define sqlite3_mutex_end()
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user