Searched defs:SQLITE_MALLOCSIZE (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15193 #define SQLITE_MALLOCSIZE(x) \ macro
15207 #define SQLITE_MALLOCSIZE(x) malloc_usable_size(x) macro
15209 #undef SQLITE_MALLOCSIZE macro
[all...]

Completed in 613 milliseconds