Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dfileutils.c317 int raw_malloc, _Py_error_handler errors) in encode_ascii()
331 if (raw_malloc) { in encode_ascii()
354 if (raw_malloc) { in encode_ascii()
671 int raw_malloc, _Py_error_handler errors) in encode_current_locale()
731 if (raw_malloc) { in encode_current_locale()
746 if (raw_malloc) { in encode_current_locale()
766 * raw_malloc: if non-zero, allocate memory using PyMem_RawMalloc() instead
782 int raw_malloc, int current_locale, _Py_error_handler errors) in encode_locale_ex()
787 raw_malloc, errors); in encode_locale_ex()
790 raw_malloc, error in encode_locale_ex()
315 encode_ascii(const wchar_t *text, char **str, size_t *error_pos, const char **reason, int raw_malloc, _Py_error_handler errors) encode_ascii() argument
669 encode_current_locale(const wchar_t *text, char **str, size_t *error_pos, const char **reason, int raw_malloc, _Py_error_handler errors) encode_current_locale() argument
780 encode_locale_ex(const wchar_t *text, char **str, size_t *error_pos, const char **reason, int raw_malloc, int current_locale, _Py_error_handler errors) encode_locale_ex() argument
824 encode_locale(const wchar_t *text, size_t *error_pos, int raw_malloc, int current_locale) encode_locale() argument
[all...]
/third_party/python/Modules/
H A D_tracemalloc.c26 static void* raw_malloc(size_t size);
258 raw_malloc(size_t size) in raw_malloc() function
452 copy = raw_malloc(traceback_size); in traceback_new()
562 trace = raw_malloc(sizeof(trace_t)); in tracemalloc_add_trace()
982 tracemalloc_traceback = raw_malloc(size); in tracemalloc_start()
1202 trace_t *trace2 = raw_malloc(sizeof(trace_t)); in tracemalloc_copy_trace()
/third_party/python/Include/internal/
H A Dpycore_fileutils.h193 int raw_malloc,
/third_party/python/Objects/
H A Dunicodeobject.c5404 const char **reason, int raw_malloc, _Py_error_handler errors) in _Py_EncodeUTF8Ex()
5431 if (raw_malloc) { in _Py_EncodeUTF8Ex()
5476 if (raw_malloc) { in _Py_EncodeUTF8Ex()
5504 if (raw_malloc) { in _Py_EncodeUTF8Ex()
5514 if (raw_malloc) { in _Py_EncodeUTF8Ex()
5403 _Py_EncodeUTF8Ex(const wchar_t *text, char **str, size_t *error_pos, const char **reason, int raw_malloc, _Py_error_handler errors) _Py_EncodeUTF8Ex() argument

Completed in 26 milliseconds