OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_malloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
478
#define
sqlite3_malloc
sqlite3_api->malloc
macro
sqlite3.c
711
** from [
sqlite3_malloc
()] and passed back through the 5th parameter.
1333
** [
sqlite3_malloc
()] and the result is stored in the char* variable
1393
** written into memory obtained from [
sqlite3_malloc
()]. The caller should
2109
** Every memory allocation request coming in through [
sqlite3_malloc
()]
2287
** to satisfy page cache needs, falling back to [
sqlite3_malloc
()] if
2292
** from [
sqlite3_malloc
()] sufficient for N cache lines if N is positive or
2295
** allocation, then SQLite goes to [
sqlite3_malloc
()] separately for each
2602
** lookaside buffer itself using [
sqlite3_malloc
()].
3497
** [
sqlite3_malloc
()] happens within sqlite3_get_table(), the calling
3572
** ^The
sqlite3_malloc
() routine returns a pointer to a bloc
31791
SQLITE_API void *
sqlite3_malloc
(int n){
function
142698
#define
sqlite3_malloc
macro
[
all
...]
Completed in 54 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026