Home
last modified time | relevance | path

Searched refs:MEMTYPE_PCACHE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c11895 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
36078 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
36101 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
36120 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
36123 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
/NextBSD/contrib/sqlite3/
HDsqlite3.c13864 #define MEMTYPE_PCACHE 0x08 /* Page cache allocations */ macro
40793 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);
40816 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
40837 assert( sqlite3MemdebugHasType(p, MEMTYPE_PCACHE) );
40840 sqlite3MemdebugSetType(p, MEMTYPE_PCACHE);