Home
last modified time | relevance | path

Searched refs:allocationList (Results 1 – 25 of 36) sorted by relevance

12

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/efence/
H A Defence.c126 static Slot * allocationList = 0; variable
276 slot = allocationList = (Slot *)Page_Create(size); in initialize()
311 void * oldAllocation = allocationList; in allocateMoreSlots()
313 Page_AllowAccess(allocationList, allocationListSize); in allocateMoreSlots()
321 allocationList = (Slot *)newAllocation; in allocateMoreSlots()
369 if ( allocationList == 0 ) in memalign()
570 register Slot * slot = allocationList; in slotForUserAddress()
588 register Slot * slot = allocationList; in slotForInternalAddress()
607 register Slot * slot = allocationList; in slotForInternalAddressPreviousTo()
630 if ( allocationList == 0 ) in free()
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Defence.c153 static Slot * allocationList = 0; variable
378 slot = allocationList = (Slot *)Page_Create(size); in initialize()
423 void * oldAllocation = allocationList; in allocateMoreSlots()
433 allocationList = (Slot *)newAllocation; in allocateMoreSlots()
479 if ( allocationList == 0 ) in memalign()
691 register Slot * slot = allocationList; in slotForUserAddress()
709 register Slot * slot = allocationList; in slotForInternalAddress()
728 register Slot * slot = allocationList; in slotForInternalAddressPreviousTo()
748 if ( allocationList == 0 ) in UdmFree()
829 if ( allocationList == 0 ) in UdmRealloc()
[all …]
/dports/devel/ElectricFence/ElectricFence-2.2.2/
H A Defence.c137 static Slot * allocationList = 0; variable
373 slot = allocationList = (Slot *)Page_Create(size); in initialize()
410 void * oldAllocation = allocationList; in allocateMoreSlots()
420 allocationList = (Slot *)newAllocation; in allocateMoreSlots()
468 if ( allocationList == 0 ) in memalign()
701 register Slot * slot = allocationList; in slotForUserAddress()
719 register Slot * slot = allocationList; in slotForInternalAddress()
738 register Slot * slot = allocationList; in slotForInternalAddressPreviousTo()
760 if ( allocationList == 0 ) in free()
843 if ( allocationList == 0 ) in realloc()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DHandleAllocator_unittest.cpp21 std::set<GLuint> allocationList; in TEST() local
24 allocationList.insert(id); in TEST()
27 for (GLuint id : allocationList) in TEST()
33 for (size_t allocationNum = 0; allocationNum < allocationList.size() * 2; ++allocationNum) in TEST()
36 EXPECT_EQ(0u, allocationList.count(handle)); in TEST()
46 std::set<GLuint> allocationList; in TEST() local
52 if (allocationList.count(randomHandle) == 0) in TEST()
55 allocationList.insert(randomHandle); in TEST()
62 EXPECT_EQ(0u, allocationList.count(normalHandle)); in TEST()
63 allocationList.insert(normalHandle); in TEST()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Defence.c125 static Slot * allocationList = 0; variable
275 slot = allocationList = (Slot *)Page_Create(size); in initialize()
310 void * oldAllocation = allocationList; in allocateMoreSlots()
320 allocationList = (Slot *)newAllocation; in allocateMoreSlots()
369 if ( allocationList == 0 ) in memalign()
568 register Slot * slot = allocationList; in slotForUserAddress()
586 register Slot * slot = allocationList; in slotForInternalAddress()
605 register Slot * slot = allocationList; in slotForInternalAddressPreviousTo()
627 if ( allocationList == 0 ) in free()
713 if ( allocationList == 0 ) in realloc()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DHandleAllocator_unittest.cpp21 std::set<GLuint> allocationList; in TEST() local
24 allocationList.insert(id); in TEST()
27 for (GLuint id : allocationList) in TEST()
33 for (size_t allocationNum = 0; allocationNum < allocationList.size() * 2; ++allocationNum) in TEST()
36 EXPECT_EQ(0u, allocationList.count(handle)); in TEST()
46 std::set<GLuint> allocationList; in TEST() local
52 if (allocationList.count(randomHandle) == 0) in TEST()
55 allocationList.insert(randomHandle); in TEST()
62 EXPECT_EQ(0u, allocationList.count(normalHandle)); in TEST()
63 allocationList.insert(normalHandle); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DHandleAllocator_unittest.cpp21 std::set<GLuint> allocationList; in TEST() local
24 allocationList.insert(id); in TEST()
27 for (GLuint id : allocationList) in TEST()
33 for (size_t allocationNum = 0; allocationNum < allocationList.size() * 2; ++allocationNum) in TEST()
36 EXPECT_EQ(0u, allocationList.count(handle)); in TEST()
46 std::set<GLuint> allocationList; in TEST() local
52 if (allocationList.count(randomHandle) == 0) in TEST()
55 allocationList.insert(randomHandle); in TEST()
62 EXPECT_EQ(0u, allocationList.count(normalHandle)); in TEST()
63 allocationList.insert(normalHandle); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dmem_obj_destruction_tests.cpp124 auto &allocationList = csr->getTemporaryAllocations(); in TEST_P() local
125 EXPECT_TRUE(allocationList.peekIsEmpty()); in TEST_P()
131 EXPECT_EQ(allocation, allocationList.peekHead()); in TEST_P()
314 EXPECT_TRUE(allocationList.peekIsEmpty()); in HWTEST_P()
379 EXPECT_TRUE(allocationList.peekIsEmpty()); in HWTEST_P()
383 EXPECT_TRUE(allocationList.peekIsEmpty()); in HWTEST_P()
410 EXPECT_TRUE(allocationList.peekIsEmpty()); in HWTEST_P()
414 EXPECT_FALSE(allocationList.peekIsEmpty()); in HWTEST_P()
417 EXPECT_EQ(allocation, allocationList.peekHead()); in HWTEST_P()
450 EXPECT_TRUE(allocationList.peekIsEmpty()); in HWTEST_P()
[all …]
H A Dmem_obj_tests.cpp168 auto &allocationList = defaultEngine.commandStreamReceiver->getTemporaryAllocations(); in TEST() local
169 EXPECT_TRUE(allocationList.peekIsEmpty()); in TEST()
172 EXPECT_FALSE(allocationList.peekIsEmpty()); in TEST()
188 …auto &allocationList = device->getDefaultEngine().commandStreamReceiver->getTemporaryAllocations(); in TEST() local
189 EXPECT_TRUE(allocationList.peekIsEmpty()); in TEST()
192 EXPECT_TRUE(allocationList.peekIsEmpty()); in TEST()
206 …auto &allocationList = context.getDevice(0)->getDefaultEngine().commandStreamReceiver->getTemporar… in TEST() local
207 EXPECT_TRUE(allocationList.peekIsEmpty()); in TEST()
210 EXPECT_TRUE(allocationList.peekIsEmpty()); in TEST()
225 EXPECT_TRUE(allocationList.peekIsEmpty()); in TEST()
[all …]
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/util/
H A Dpatch_efence47 memcpy(newAllocation, allocationList, allocationListSize);
55 memcpy(newAllocation, allocationList, allocationListSize);
96 Page_DenyAccess(allocationList, allocationListSize);
149 Page_DenyAccess(allocationList, allocationListSize);
162 Page_DenyAccess(allocationList, allocationListSize);
178 if ( allocationList == 0 )
198 if ( allocationList == 0 )
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/v1/
H A Dallocations_test.go28 allocationList, err := allocations.ExtractAllocations(page)
33 for _, a := range allocationList {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/v1/
H A Dallocations_test.go28 allocationList, err := allocations.ExtractAllocations(page)
33 for _, a := range allocationList {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/v1/
H A Dallocations_test.go28 allocationList, err := allocations.ExtractAllocations(page)
33 for _, a := range allocationList {
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/v1/
H A Dallocations_test.go28 allocationList, err := allocations.ExtractAllocations(page)
33 for _, a := range allocationList {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/v1/
H A Dallocations_test.go28 allocationList, err := allocations.ExtractAllocations(page)
33 for _, a := range allocationList {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/v1/
H A Dallocations_test.go28 allocationList, err := allocations.ExtractAllocations(page)
33 for _, a := range allocationList {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/v1/
H A Dallocations_test.go28 allocationList, err := allocations.ExtractAllocations(page)
33 for _, a := range allocationList {
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/httpbasic/
H A Dallocations_test.go30 allocationList, err := allocations.ExtractAllocations(page)
35 for _, a := range allocationList {
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/noauth/
H A Dallocations_test.go29 allocationList, err := allocations.ExtractAllocations(page)
34 for _, a := range allocationList {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/noauth/
H A Dallocations_test.go29 allocationList, err := allocations.ExtractAllocations(page)
34 for _, a := range allocationList {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/httpbasic/
H A Dallocations_test.go30 allocationList, err := allocations.ExtractAllocations(page)
35 for _, a := range allocationList {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/noauth/
H A Dallocations_test.go29 allocationList, err := allocations.ExtractAllocations(page)
34 for _, a := range allocationList {
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/noauth/
H A Dallocations_test.go29 allocationList, err := allocations.ExtractAllocations(page)
34 for _, a := range allocationList {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/noauth/
H A Dallocations_test.go29 allocationList, err := allocations.ExtractAllocations(page)
34 for _, a := range allocationList {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/acceptance/openstack/baremetal/noauth/
H A Dallocations_test.go29 allocationList, err := allocations.ExtractAllocations(page)
34 for _, a := range allocationList {

12