Searched refs:pHeap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11089 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
11090 int nHeap; /* Size of pHeap[] */
12051 (void*)0, /* pHeap */
16053 if( !sqlite3GlobalConfig.pHeap ){
16059 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
16661 zByte = (u8*)sqlite3GlobalConfig.pHeap;
[all...]

Completed in 383 milliseconds