Searched refs:xRealloc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d457 void* function (void*,int) xRealloc; /** Resize an allocation */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1726 ** The xMalloc, xRealloc, and xFree methods must work like the
1729 ** xRealloc is always a value returned by a prior call to xRoundup.
1732 ** previously obtained from xMalloc or xRealloc. The allocated size
1768 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dshell.c2583 return memtraceBase.xRealloc(p, n);
H A Dsqlite3.c2039 ** The xMalloc, xRealloc, and xFree methods must work like the
2042 ** xRealloc is always a value returned by a prior call to xRoundup.
2045 ** previously obtained from xMalloc or xRealloc. The allocated size
2081 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
[all...]

Completed in 759 milliseconds