Searched defs:pHeap (Results 1 - 5 of 5) 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 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.c10789 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
10790 int nHeap; /* Size of pHeap[] */
11746 (void*)0, /* pHeap */
15677 if( !sqlite3GlobalConfig.pHeap ){
15683 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
16285 zByte = (u8*)sqlite3GlobalConfig.pHeap;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11346 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
11347 int nHeap; /* Size of pHeap[] */
12337 (void*)0, /* pHeap */
16541 if( !sqlite3GlobalConfig.pHeap ){
16547 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
17149 zByte = (u8*)sqlite3GlobalConfig.pHeap;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11346 void *pHeap; /* Heap storage space */ member in struct:Sqlite3Config
11347 int nHeap; /* Size of pHeap[] */
12337 (void*)0, /* pHeap */
16541 if( !sqlite3GlobalConfig.pHeap ){
16547 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
17149 zByte = (u8*)sqlite3GlobalConfig.pHeap;
[all...]

Completed in 780 milliseconds