Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Djit.c50 jit_alloc(size_t size) in jit_alloc() function
422 unsigned char *memory = jit_alloc(total_size); in _PyJIT_Compile()