1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Drop support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time option. (CVS 4529)

FossilOrigin-Name: b57c89fed0b74c2e8fb68ccfdf5e5e7d4b2603a1
This commit is contained in:
drh
2007-11-05 17:54:17 +00:00
parent 7eb42c8204
commit d64621d68d
5 changed files with 30 additions and 84 deletions

View File

@@ -12,7 +12,7 @@
** This file contains the C functions that implement a memory
** allocation subsystem for use by SQLite.
**
** $Id: mem2.c,v 1.16 2007/10/19 17:47:25 drh Exp $
** $Id: mem2.c,v 1.17 2007/11/05 17:54:17 drh Exp $
*/
/*
@@ -20,8 +20,7 @@
** SQLITE_MEMDEBUG macro is defined and SQLITE_OMIT_MEMORY_ALLOCATION
** is not defined.
*/
#if defined(SQLITE_MEMDEBUG) && !defined(SQLITE_OMIT_MEMORY_ALLOCATION) \
&& !defined(SQLITE_MEMORY_SIZE)
#if defined(SQLITE_MEMDEBUG) && !defined(SQLITE_MEMORY_SIZE)
/*
** We will eventually construct multiple memory allocation subsystems