Searched refs:xMalloc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h1001 ** The xMalloc and xFree methods must work like the
1013 ** previously obtained from xMalloc or xRealloc. The allocated size
1047 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1525 ** The xMalloc and xFree methods must work like the
1537 ** previously obtained from xMalloc or xRealloc. The allocated size
1571 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
12339 ** malloc failures (when the xMalloc() or xRealloc() method of the
12544 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
12563 ** Report the allocated size of a prior return from xMalloc()
13107 ** are made and returned by the xMalloc() and xRealloc()
13796 ** are made and returned by the xMalloc() and xRealloc()
15687 if( sqlite3GlobalConfig.m.xMalloc==0 ){
15824 p = sqlite3GlobalConfig.m.xMalloc(nFul
[all...]

Completed in 306 milliseconds