OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3MallocSize
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
status.c
179
nByte +=
sqlite3MallocSize
(pSchema->tblHash.ht);
180
nByte +=
sqlite3MallocSize
(pSchema->trigHash.ht);
181
nByte +=
sqlite3MallocSize
(pSchema->idxHash.ht);
182
nByte +=
sqlite3MallocSize
(pSchema->fkeyHash.ht);
malloc.c
284
nFull =
sqlite3MallocSize
(p);
416
int iSize =
sqlite3MallocSize
(p);
445
int
sqlite3MallocSize
(void *p){
471
sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, -
sqlite3MallocSize
(p));
523
nOld =
sqlite3MallocSize
(pOld);
545
nNew =
sqlite3MallocSize
(pNew);
notify.c
258
|| (aDyn && nArg==(int)(
sqlite3MallocSize
(aDyn)/sizeof(void*)))
pcache1.c
230
int sz =
sqlite3MallocSize
(p);
260
iSize =
sqlite3MallocSize
(p);
279
iSize =
sqlite3MallocSize
(p);
hash.c
125
pH->htsize = new_size =
sqlite3MallocSize
(new_ht)/sizeof(struct _ht);
sqliteInt.h
[
all
...]
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 127 milliseconds