Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c762 tracemalloc_alloc_gil(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc_gil() function
789 return tracemalloc_alloc_gil(0, ctx, 1, size); in tracemalloc_malloc_gil()
796 return tracemalloc_alloc_gil(1, ctx, nelem, elsize); in tracemalloc_calloc_gil()