Home
last modified time | relevance | path

Searched refs:mallocWithAlarm (Results 1 – 1 of 1) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c19410 static int mallocWithAlarm(int n, void **pp){ in mallocWithAlarm() function
19458 mallocWithAlarm(n, &p); in sqlite3Malloc()
19513 n = mallocWithAlarm(n, &p); in sqlite3ScratchMalloc()