Home
last modified time | relevance | path

Searched refs:bMemstat (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmalloc.c307 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Malloc()
362 if( sqlite3GlobalConfig.bMemstat ){ in sqlite3ScratchMalloc()
415 if( sqlite3GlobalConfig.bMemstat ){ in sqlite3ScratchFree()
469 if( sqlite3GlobalConfig.bMemstat ){ in sqlite3_free()
530 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Realloc()
H A Dmem2.c191 if( !sqlite3GlobalConfig.bMemstat ){ in sqlite3MemInit()
305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
H A Dmem5.c503 if( sqlite3GlobalConfig.bMemstat==0 ){ in memsys5Init()
H A Dmem3.c223 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){ in memsys3Enter()
H A Dmain.c341 sqlite3GlobalConfig.bMemstat = va_arg(ap, int); in sqlite3_config()
H A DsqliteInt.h2421 int bMemstat; /* True to enable memory status */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmalloc.c278 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Malloc()
341 if( sqlite3GlobalConfig.bMemstat && p ){ in sqlite3ScratchMalloc()
391 if( sqlite3GlobalConfig.bMemstat ){ in sqlite3ScratchFree()
456 if( sqlite3GlobalConfig.bMemstat ){ in sqlite3_free()
537 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Realloc()
H A Dmem2.c191 if( !sqlite3GlobalConfig.bMemstat ){ in sqlite3MemInit()
305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
H A Dmem5.c498 if( sqlite3GlobalConfig.bMemstat==0 ){ in memsys5Init()
H A Dmem3.c223 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){ in memsys3Enter()
H A DsqliteInt.h3253 int bMemstat; /* True to enable memory status */ member
H A Dmain.c436 sqlite3GlobalConfig.bMemstat = va_arg(ap, int); in sqlite3_config()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmem2.c191 if( !sqlite3GlobalConfig.bMemstat ){ in sqlite3MemInit()
305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
H A Dmalloc.c287 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Malloc()
384 if( sqlite3GlobalConfig.bMemstat ){ in sqlite3_free()
476 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Realloc()
H A Dmem5.c498 if( sqlite3GlobalConfig.bMemstat==0 ){ in memsys5Init()
H A Dmem3.c223 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){ in memsys3Enter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmem2.c191 if( !sqlite3GlobalConfig.bMemstat ){ in sqlite3MemInit()
305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
H A Dmalloc.c287 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Malloc()
384 if( sqlite3GlobalConfig.bMemstat ){ in sqlite3_free()
476 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Realloc()
H A Dmem5.c498 if( sqlite3GlobalConfig.bMemstat==0 ){ in memsys5Init()
H A Dmem3.c223 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){ in memsys3Enter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmem2.c191 if( !sqlite3GlobalConfig.bMemstat ){ in sqlite3MemInit()
305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0 in sqlite3MemFree()
H A Dmalloc.c287 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Malloc()
384 if( sqlite3GlobalConfig.bMemstat ){ in sqlite3_free()
476 }else if( sqlite3GlobalConfig.bMemstat ){ in sqlite3Realloc()
H A Dmem5.c498 if( sqlite3GlobalConfig.bMemstat==0 ){ in memsys5Init()
H A Dmem3.c223 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){ in memsys3Enter()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h2422 int bMemstat; /* True to enable memory status */

12345678