HomeSort by: relevance | last modified time | path
    Searched defs:xRealloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1775 ** The xMalloc, xRealloc, and xFree methods must work like the
1778 ** xRealloc is always a value returned by a prior call to xRoundup.
1781 ** previously obtained from xMalloc or xRealloc. The allocated size
1817 void *(*xRealloc)(void*,int); /* Resize an allocation */
sqlite3.c 2096 ** The xMalloc, xRealloc, and xFree methods must work like the
2099 ** xRealloc is always a value returned by a prior call to xRoundup.
2102 ** previously obtained from xMalloc or xRealloc. The allocated size
2138 void *(*xRealloc)(void*,int); /* Resize an allocation */
    [all...]

Completed in 274 milliseconds