Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_tracemalloc.c686 tracemalloc_alloc_gil(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc_gil() function
713 return tracemalloc_alloc_gil(0, ctx, 1, size); in tracemalloc_malloc_gil()
720 return tracemalloc_alloc_gil(1, ctx, nelem, elsize); in tracemalloc_calloc_gil()

Completed in 2 milliseconds