Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfileutils.c311 int raw_malloc, _Py_error_handler errors) in encode_ascii() argument
325 if (raw_malloc) { in encode_ascii()
348 if (raw_malloc) { in encode_ascii()
665 int raw_malloc, _Py_error_handler errors) in encode_current_locale() argument
725 if (raw_malloc) { in encode_current_locale()
740 if (raw_malloc) { in encode_current_locale()
776 int raw_malloc, int current_locale, _Py_error_handler errors) in encode_locale_ex() argument
781 raw_malloc, errors); in encode_locale_ex()
784 raw_malloc, errors); in encode_locale_ex()
790 raw_malloc, errors); in encode_locale_ex()
[all …]
/third_party/python/Modules/
D_tracemalloc.c19 static void* raw_malloc(size_t size);
252 raw_malloc(size_t size) in raw_malloc() function
444 copy = raw_malloc(traceback_size); in traceback_new()
554 trace = raw_malloc(sizeof(trace_t)); in tracemalloc_add_trace()
981 tracemalloc_traceback = raw_malloc(size); in tracemalloc_start()
1201 trace_t *trace2 = raw_malloc(sizeof(trace_t)); in tracemalloc_copy_trace()
/third_party/python/Include/internal/
Dpycore_fileutils.h28 int raw_malloc,
/third_party/python/Objects/
Dunicodeobject.c5490 const char **reason, int raw_malloc, _Py_error_handler errors) in _Py_EncodeUTF8Ex() argument
5517 if (raw_malloc) { in _Py_EncodeUTF8Ex()
5562 if (raw_malloc) { in _Py_EncodeUTF8Ex()
5590 if (raw_malloc) { in _Py_EncodeUTF8Ex()
5600 if (raw_malloc) { in _Py_EncodeUTF8Ex()