Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_malloc.c732 static Tcl_HashTable aMallocLog; variable
757 pEntry = Tcl_CreateHashEntry(&aMallocLog, (const char *)aKey, &isNew); in test_memdebug_callback()
776 pEntry=Tcl_FirstHashEntry(&aMallocLog, &search); in test_memdebug_log_clear()
783 Tcl_DeleteHashTable(&aMallocLog); in test_memdebug_log_clear()
784 Tcl_InitHashTable(&aMallocLog, MALLOC_LOG_KEYINTS); in test_memdebug_log_clear()
807 Tcl_InitHashTable(&aMallocLog, MALLOC_LOG_KEYINTS); in test_memdebug_log()
833 pEntry=Tcl_FirstHashEntry(&aMallocLog, &search); in test_memdebug_log()
839 Tcl_WideInt *aKey = (Tcl_WideInt *)Tcl_GetHashKey(&aMallocLog, pEntry); in test_memdebug_log()