Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c317 int raw_malloc, _Py_error_handler errors) in encode_ascii() argument
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() argument
731 if (raw_malloc) { in encode_current_locale()
746 if (raw_malloc) { in encode_current_locale()
782 int raw_malloc, int current_locale, _Py_error_handler errors) in encode_locale_ex() argument
787 raw_malloc, errors); in encode_locale_ex()
790 raw_malloc, errors); in encode_locale_ex()
796 raw_malloc, errors); in encode_locale_ex()
[all …]
/aosp_15_r20/external/python/cpython3/Modules/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_fileutils.h193 int raw_malloc,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_fileutils.h193 int raw_malloc,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_fileutils.h193 int raw_malloc,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_fileutils.h193 int raw_malloc,
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_fileutils.h193 int raw_malloc,
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c5404 const char **reason, int raw_malloc, _Py_error_handler errors) in _Py_EncodeUTF8Ex() argument
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()
/aosp_15_r20/external/pytorch/test/
H A Dtest_cuda.py3021 def raw_malloc(): function
3053 thread = threading.Thread(target=raw_malloc)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi10640 …<parameter type-id='type-id-8' name='raw_malloc' filepath='Objects/unicodeobject.c' line='5404' co…