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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11315 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
11316 int nHeap; /* Size of pHeap[] */
12305 (void*)0, /* pHeap */
16477 if( !sqlite3GlobalConfig.pHeap ){
16483 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
17085 zByte = (u8*)sqlite3GlobalConfig.pHeap;
[all...]

Completed in 401 milliseconds