OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nPool
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mem3.c
102
** Memory available for allocation.
nPool
is the size of the array
105
u32
nPool
;
405
for(toFree=nBlock*16; toFree<(mem3.
nPool
*16); toFree *= 2){
441
assert( p>mem3.aPool && p<&mem3.aPool[mem3.
nPool
] );
445
assert( i+size<=mem3.
nPool
+1 );
561
mem3.
nPool
= (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
564
mem3.szMaster = mem3.
nPool
;
568
mem3.aPool[mem3.
nPool
].u.hdr.prevSize = mem3.
nPool
;
569
mem3.aPool[mem3.
nPool
].u.hdr.size4x = 1
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 108 milliseconds