Searched refs:raw_malloc (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Python/ |
D | fileutils.c | 204 int raw_malloc, int surrogateescape) in encode_ascii() argument 213 if (raw_malloc) { in encode_ascii() 236 if (raw_malloc) { in encode_ascii() 552 int raw_malloc, int surrogateescape) in encode_current_locale() argument 607 if (raw_malloc) { in encode_current_locale() 622 if (raw_malloc) { in encode_current_locale() 640 int raw_malloc, int current_locale, int surrogateescape) in encode_locale_ex() argument 645 raw_malloc, surrogateescape); in encode_locale_ex() 648 raw_malloc, surrogateescape); in encode_locale_ex() 654 raw_malloc, surrogateescape); in encode_locale_ex() [all …]
|
/external/python/cpython3/Include/ |
D | fileutils.h | 36 int raw_malloc,
|
/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 18 static void* raw_malloc(size_t size); 295 raw_malloc(size_t size) in raw_malloc() function 495 copy = raw_malloc(traceback_size); in traceback_new() 1091 tracemalloc_traceback = raw_malloc(size); in tracemalloc_start()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 5071 const char **reason, int raw_malloc, int surrogateescape) in _Py_EncodeUTF8Ex() argument 5082 if (raw_malloc) { in _Py_EncodeUTF8Ex() 5116 if (raw_malloc) { in _Py_EncodeUTF8Ex() 5144 if (raw_malloc) { in _Py_EncodeUTF8Ex() 5154 if (raw_malloc) { in _Py_EncodeUTF8Ex()
|