mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Updates to mem6.c allocator. (CVS 5473)
FossilOrigin-Name: 43a4cae2acea33d1a17c0037516e9c27fb7e8e91
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
** other files are for internal use by SQLite and should not be
|
||||
** accessed by users of the library.
|
||||
**
|
||||
** $Id: main.c,v 1.481 2008/07/24 08:20:40 danielk1977 Exp $
|
||||
** $Id: main.c,v 1.482 2008/07/25 08:49:00 danielk1977 Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include <ctype.h>
|
||||
@@ -269,6 +269,7 @@ int sqlite3_config(int op, ...){
|
||||
|
||||
#if defined(SQLITE_ENABLE_MEMSYS6)
|
||||
case SQLITE_CONFIG_CHUNKALLOC: {
|
||||
sqlite3Config.nSmall = va_arg(ap, int);
|
||||
sqlite3Config.m = *sqlite3MemGetMemsys6();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user