Searched refs:mallocWithAlarm (Results 1 – 2 of 2) sorted by relevance
18358 static int mallocWithAlarm(int n, void **pp){ in mallocWithAlarm() function18406 mallocWithAlarm(n, &p); in sqlite3Malloc()18461 n = mallocWithAlarm(n, &p); in sqlite3ScratchMalloc()
27489 static void mallocWithAlarm(int n, void **pp){27549 mallocWithAlarm((int)n, &p);