OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nScratchFree
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
malloc.c
67
u32
nScratchFree
;
173
mem0.
nScratchFree
= n;
354
if( mem0.
nScratchFree
&& sqlite3GlobalConfig.szScratch>=n ){
357
mem0.
nScratchFree
--;
406
mem0.
nScratchFree
++;
407
assert( mem0.
nScratchFree
<= (u32)sqlite3GlobalConfig.nScratch );
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 59 milliseconds