Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_malloc.c735 typedef struct MallocLog MallocLog; typedef
736 struct MallocLog { struct
744 MallocLog *pLog; in test_memdebug_callback() argument
759 pLog = (MallocLog *)Tcl_Alloc(sizeof(MallocLog)); in test_memdebug_callback()
760 memset(pLog, 0, sizeof(MallocLog)); in test_memdebug_callback()
763 pLog = (MallocLog *)Tcl_GetHashValue(pEntry); in test_memdebug_callback()
780 MallocLog *pLog = (MallocLog *)Tcl_GetHashValue(pEntry); in test_memdebug_log_clear()
838 MallocLog *pLog = (MallocLog *)Tcl_GetHashValue(pEntry); in test_memdebug_log()