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

/external/srec/portable/src/
H A Dpmemfixed.c163 static char pHeap[MEM_SIZE]; variable
165 static char *pHeap; variable
314 pHeap = KS_alloc(HEAP_MAP);
320 pHeap = (char*)malloc(initialHeapSize);
322 if (0 == pHeap)
333 availableMemStartAddress = pHeap;
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem3.c554 if( !sqlite3GlobalConfig.pHeap ){
560 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
H A Dmem5.c473 zByte = (u8*)sqlite3GlobalConfig.pHeap;
H A Dmain.c374 sqlite3GlobalConfig.pHeap = va_arg(ap, void*);
385 if( sqlite3GlobalConfig.pHeap==0 ){
H A DsqliteInt.h2429 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
2430 int nHeap; /* Size of pHeap[] */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10774 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
10775 int nHeap; /* Size of pHeap[] */
11731 (void*)0, /* pHeap */
15662 if( !sqlite3GlobalConfig.pHeap ){
15668 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
16270 zByte = (u8*)sqlite3GlobalConfig.pHeap;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12193 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
12194 int nHeap; /* Size of pHeap[] */
13341 (void*)0, /* pHeap */
17656 if( !sqlite3GlobalConfig.pHeap ){
17662 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
18259 zByte = (u8*)sqlite3GlobalConfig.pHeap;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12193 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
12194 int nHeap; /* Size of pHeap[] */
13341 (void*)0, /* pHeap */
17656 if( !sqlite3GlobalConfig.pHeap ){
17662 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
18259 zByte = (u8*)sqlite3GlobalConfig.pHeap;
[all...]

Completed in 523 milliseconds