Home
last modified time | relevance | path

Searched defs:AllocationAlignment (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/third-party/
H A Dheap-api-stub.cc29 AllocationResult Heap::Allocate(size_t, AllocationType, AllocationAlignment) { in Allocate() argument
/dports/lang/v8/v8-9.6.180.12/src/heap/third-party/
H A Dheap-api-stub.cc31 AllocationResult Heap::Allocate(size_t, AllocationType, AllocationAlignment) { in Allocate() argument
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_linear_allocator_test.cc15 TEST(linear_allocator, AllocationAlignment) in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gwp_asan/client/
H A Dguarded_page_allocator_unittest.cc139 TEST_P(GuardedPageAllocatorTest, AllocationAlignment) { in TEST_P() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/gwp_asan/client/
H A Dguarded_page_allocator_unittest.cc139 TEST_P(GuardedPageAllocatorTest, AllocationAlignment) { in TEST_P() argument
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dglobals.h557 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/common/
H A Dglobals.h791 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enum
/dports/lang/v8/v8-9.6.180.12/src/common/
H A Dglobals.h869 enum AllocationAlignment { kWordAligned, kDoubleAligned, kDoubleUnaligned }; enum