Home
last modified time | relevance | path

Searched refs:kMaxAllocSize (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dstring.cpp21 constexpr size_t kMaxAllocSize = std::numeric_limits<size_t>::max() - Globals::kGrowThreshold; variable
66 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize)) in prepare()
94 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize - curSize)) in prepare()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dstring.cpp37 constexpr size_t kMaxAllocSize = SIZE_MAX - Globals::kGrowThreshold; variable
82 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize)) in prepare()
110 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize - curSize)) in prepare()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dstring.cpp37 constexpr size_t kMaxAllocSize = SIZE_MAX - Globals::kGrowThreshold; variable
82 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize)) in prepare()
110 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize - curSize)) in prepare()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dstring.cpp37 constexpr size_t kMaxAllocSize = SIZE_MAX - Globals::kGrowThreshold; variable
82 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize)) in prepare()
110 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize - curSize)) in prepare()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dstring.cpp37 constexpr size_t kMaxAllocSize = SIZE_MAX - Globals::kGrowThreshold; variable
82 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize)) in prepare()
110 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize - curSize)) in prepare()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dstring.cpp37 constexpr size_t kMaxAllocSize = SIZE_MAX - Globals::kGrowThreshold; variable
82 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize)) in prepare()
110 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize - curSize)) in prepare()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dstring.cpp37 constexpr size_t kMaxAllocSize = SIZE_MAX - Globals::kGrowThreshold; variable
82 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize)) in prepare()
110 if (ASMJIT_UNLIKELY(size >= kMaxAllocSize - curSize)) in prepare()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Tests/Recast/
H A DTests_Recast.cpp860 const int kMaxAllocSize = 1024; variable
864 rcAssert(kMaxAllocSize >= size); in AllocAndInit()
865 return memset(malloc(kMaxAllocSize), 0, kMaxAllocSize); in AllocAndInit()
869 memset(mem, kClearValue, kMaxAllocSize); in FreeAndClear()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DWasmExecutor.cpp148 constexpr uint32_t kMaxAllocSize = 0x7fffffff; in alloc_region() local
149 internal_assert(size <= kMaxAllocSize); in alloc_region()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/third_party/libwebm/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/third_party/libwebm/mkvparser/
H A Dmkvparser.cc47 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
49 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/multimedia/libvpx/libvpx-1.11.0/third_party/libwebm/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/third_party/libwebm/mkvparser/
H A Dmkvparser.cc51 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
53 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libsimplewebm/libwebm/mkvparser/
H A Dmkvparser.cc47 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
49 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libsimplewebm/libwebm/mkvparser/
H A Dmkvparser.cc47 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
49 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/libwebm/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/www/firefox/firefox-99.0/third_party/aom/third_party/libwebm/mkvparser/
H A Dmkvparser.cc47 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
49 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/third_party/libwebm/mkvparser/
H A Dmkvparser.cc47 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
49 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc46 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
48 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc45 const size_t kMaxAllocSize = 0x80000000; // 2GiB in SafeArrayAlloc() local
47 if (element_size > (kMaxAllocSize / num_elements)) in SafeArrayAlloc()

12