Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc1044 static ATTRIBUTE_NOINLINE size_t nallocx_slow(size_t size, int flags) { in nallocx_slow() function
1065 return nallocx_slow(size, flags); in tc_nallocx()
1072 return nallocx_slow(size, 0); in tc_nallocx()
1082 return nallocx_slow(size, flags);
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dtcmalloc.cc1072 static ATTRIBUTE_NOINLINE size_t nallocx_slow(size_t size, int flags) { in nallocx_slow() function
1093 return nallocx_slow(size, flags); in tc_nallocx()
1100 return nallocx_slow(size, 0); in tc_nallocx()
1110 return nallocx_slow(size, flags);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc1079 static ATTRIBUTE_NOINLINE size_t nallocx_slow(size_t size, int flags) { in nallocx_slow() function
1100 return nallocx_slow(size, flags); in tc_nallocx()
1107 return nallocx_slow(size, 0); in tc_nallocx()
1117 return nallocx_slow(size, flags);