Searched refs:realloc (Results 476 - 476 of 476) sorted by relevance

<<11121314151617181920

/external/sqlite/dist/
H A Dsqlite3.c1633 ** malloc(), realloc() and free() functions from the standard C library.
17026 ** SQLite will use the standard C-library malloc/realloc/free interface
17087 #define SQLITE_REALLOC(x,y) realloc((x),(y))
17197 ** Like realloc(). Resize an allocation previously obtained from
17323 ** SQLite will use the standard C-library malloc/realloc/free interface
[all...]

Completed in 755 milliseconds

<<11121314151617181920