Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c3383 } alloc_hook_t; typedef
3387 alloc_hook_t *hook = (alloc_hook_t *)ctx; in hook_malloc()
3395 alloc_hook_t *hook = (alloc_hook_t *)ctx; in hook_calloc()
3404 alloc_hook_t *hook = (alloc_hook_t *)ctx; in hook_realloc()
3413 alloc_hook_t *hook = (alloc_hook_t *)ctx; in hook_free()
3424 alloc_hook_t hook; in test_setallocators()