OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3MemMalloc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mem0.c
31
static void *
sqlite3MemMalloc
(int nByte){ return 0; }
47
sqlite3MemMalloc
,
mem1.c
37
static void *
sqlite3MemMalloc
(int nByte){
53
** Like free() but works for allocations obtained from
sqlite3MemMalloc
()
81
**
sqlite3MemMalloc
().
138
sqlite3MemMalloc
,
mem2.c
242
static void *
sqlite3MemMalloc
(int nByte){
349
pNew =
sqlite3MemMalloc
(nByte);
366
sqlite3MemMalloc
,
382
if( p && sqlite3GlobalConfig.m.xMalloc==
sqlite3MemMalloc
){
401
if( p && sqlite3GlobalConfig.m.xMalloc==
sqlite3MemMalloc
){
423
if( p && sqlite3GlobalConfig.m.xMalloc==
sqlite3MemMalloc
){
516
** Return the number of times
sqlite3MemMalloc
() has been called.
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 233 milliseconds