Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c3393 static void* hook_calloc(void* ctx, size_t nelem, size_t elsize) in hook_calloc() function
3433 alloc.calloc = &hook_calloc; in test_setallocators()