Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c3385 static void* hook_malloc(void* ctx, size_t size) in hook_malloc() function
3432 alloc.malloc = &hook_malloc; in test_setallocators()