Home
last modified time | relevance | path

Searched refs:m_allocation (Results 1 – 25 of 122) sorted by relevance

12345

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/Include/
H A DXalanVector.hpp119 m_allocation(0), in XalanVector()
147 m_allocation(0), in XalanVector()
184 m_allocation(0), in XalanVector()
200 if (m_allocation != 0) in ~XalanVector()
483 if (m_allocation > m_size) in insert()
596 return m_allocation; in capacity()
612 if (theSize > m_allocation) in reserve()
825 m_allocation = theOther.m_allocation; in swap()
860 m_allocation = 0; in detach()
984 m_allocation = 1; in init()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/stubs/
H A DExecutableAllocator.h72 m_allocation = allocator->allocate(size); in ExecutableMemoryHandle()
76 m_allocation->deallocate(m_allocator); in ~ExecutableMemoryHandle()
85 void *memoryStart() { return m_allocation->memoryStart(); } in memoryStart()
86 size_t memorySize() { return m_allocation->memorySize(); } in memorySize()
88 void *exceptionHandlerStart() { return m_allocation->exceptionHandlerStart(); } in exceptionHandlerStart()
89 size_t exceptionHandlerSize() { return m_allocation->exceptionHandlerSize(); } in exceptionHandlerSize()
91 void *codeStart() { return m_allocation->codeStart(); } in codeStart()
95 { return m_allocator->chunkForAllocation(m_allocation); } in chunk()
98 QV4::ExecutableAllocator::Allocation *m_allocation; member
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/stubs/
H A DExecutableAllocator.h72 m_allocation = allocator->allocate(size); in ExecutableMemoryHandle()
76 m_allocation->deallocate(m_allocator); in ~ExecutableMemoryHandle()
85 void *memoryStart() { return m_allocation->memoryStart(); } in memoryStart()
86 size_t memorySize() { return m_allocation->memorySize(); } in memorySize()
88 void *exceptionHandlerStart() { return m_allocation->exceptionHandlerStart(); } in exceptionHandlerStart()
89 size_t exceptionHandlerSize() { return m_allocation->exceptionHandlerSize(); } in exceptionHandlerSize()
91 void *codeStart() { return m_allocation->codeStart(); } in codeStart()
95 { return m_allocator->chunkForAllocation(m_allocation); } in chunk()
98 QV4::ExecutableAllocator::Allocation *m_allocation; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageWithMemory.hpp45 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in ImageWithMemory()
47 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in ImageWithMemory()
52 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
56 const de::UniquePtr<vk::Allocation> m_allocation; member in vk::ImageWithMemory
H A DvkBufferWithMemory.hpp46 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in BufferWithMemory()
48 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in BufferWithMemory()
53 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
57 const de::UniquePtr<vk::Allocation> m_allocation; member in vk::BufferWithMemory
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp49 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in Buffer()
51 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
57 , m_allocation (allocation) in Buffer()
63 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
67 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::synchronization::Buffer
83 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
85 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
90 , m_allocation (allocation) in Image()
96 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
100 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::synchronization::Image
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTestsUtil.cpp42m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequir… in Buffer()
43 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
53m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirem… in Image()
54 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp64 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in Buffer()
66 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
71 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
75 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::geometry::Buffer
92 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
94 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
99 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
103 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::geometry::Image
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DExecutableAllocator.h97 Allocation m_allocation; variable
121 MOZ_ASSERT(m_ionCodeBytes < m_allocation.size); // Shouldn't underflow. in release()
125 MOZ_ASSERT(m_baselineCodeBytes < m_allocation.size); in release()
129 MOZ_ASSERT(m_regexpCodeBytes < m_allocation.size); in release()
133 MOZ_ASSERT(m_otherCodeBytes < m_allocation.size); in release()
143 : m_allocator(allocator), m_freePtr(a.pages), m_end(m_freePtr + a.size), m_allocation(a), in ExecutablePool()
240 MOZ_ASSERT(pool->m_allocation.pages); in releasePoolPages()
244 destroyCallback(pool->m_allocation.pages, pool->m_allocation.size); in releasePoolPages()
246 systemRelease(pool->m_allocation); in releasePoolPages()
/dports/misc/box2d/box2d-2.4.1/src/common/
H A Db2_stack_allocator.cpp29 m_allocation = 0; in b2StackAllocator()
58 m_allocation += size; in Allocate()
59 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
78 m_allocation -= entry->size; in Free()
/dports/games/kolf/kolf-21.12.3/external/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_box2d/box2d/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/devel/love/love-11.3/src/libraries/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/devel/love08/love-0.8.0/src/libraries/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/devel/love10/love-0.10.2/src/libraries/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/devel/love5/love-0.5-0/src/box2d/Source/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/devel/upp/upp/uppsrc/plugin/box2d/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/Box2D/Common/
H A Db2StackAllocator.cpp25 m_allocation = 0; in b2StackAllocator()
54 m_allocation += size; in Allocate()
55 m_maxAllocation = b2Max(m_maxAllocation, m_allocation); in Allocate()
74 m_allocation -= entry->size; in Free()

12345