/dports/devel/cpputest/cpputest-4.0/tests/CppUTestExt/ |
H A D | MemoryReporterPluginTest.cpp | 57 TemporaryDefaultNewAllocator tempAlloc(previousNewAllocator); in report_testgroup_start() local 63 TemporaryDefaultNewAllocator tempAlloc(previousNewAllocator); in report_testgroup_end() local 69 TemporaryDefaultNewAllocator tempAlloc(previousNewAllocator); in report_test_start() local 75 TemporaryDefaultNewAllocator tempAlloc(previousNewAllocator); in report_test_end() local 81 TemporaryDefaultNewAllocator tempAlloc(previousNewAllocator); in report_alloc_memory() local 87 TemporaryDefaultNewAllocator tempAlloc(previousNewAllocator); in report_free_memory() local
|
/dports/net/cjdns/cjdns-cjdns-v21.1/client/ |
H A D | Configurator.c | 296 static void tunInterface(Dict* ifaceConf, struct Allocator* tempAlloc, struct Context* ctx) in tunInterface() 318 static void socketInterface(Dict* ifaceConf, struct Allocator* tempAlloc, struct Context* ctx) in socketInterface() 344 static void ipTunnel(Dict* ifaceConf, struct Allocator* tempAlloc, struct Context* ctx) in ipTunnel() 414 static void supernodes(List* supernodes, struct Allocator* tempAlloc, struct Context* ctx) in supernodes() 425 static void routerConfig(Dict* routerConf, struct Allocator* tempAlloc, struct Context* ctx) in routerConfig() 541 static void security(struct Allocator* tempAlloc, List* conf, struct Log* log, struct Context* ctx) in security() 667 static int tryPing(struct Allocator* tempAlloc, struct Context* ctx) in tryPing() 713 struct Allocator* tempAlloc = Allocator_child(alloc); in Configurator_config() local
|
/dports/net/cjdns/cjdns-cjdns-v21.1/util/ |
H A D | Seccomp_dummy.c | 19 Er_DEFUN(void Seccomp_dropPermissions(struct Allocator* tempAlloc, struct Log* logger)) in Er_DEFUN()
|
H A D | Security_win32.c | 60 Er_DEFUN(void Security_seccomp(struct Allocator* tempAlloc, struct Log* logger)) in Er_DEFUN()
|
H A D | Security.c | 140 Er_DEFUN(void Security_seccomp(struct Allocator* tempAlloc, struct Log* logger)) in Er_DEFUN()
|
H A D | Seccomp_linux.c | 427 Er_DEFUN(void Seccomp_dropPermissions(struct Allocator* tempAlloc, struct Log* logger)) in Er_DEFUN()
|
/dports/net/cjdns/cjdns-cjdns-v21.1/util/platform/netdev/ |
H A D | NetPlatform_netbsd.c | 119 struct Allocator* tempAlloc)) in Er_DEFUN() 162 struct Allocator* tempAlloc)) in Er_DEFUN()
|
H A D | NetPlatform_openbsd.c | 119 struct Allocator* tempAlloc)) in Er_DEFUN() 161 struct Allocator* tempAlloc)) in Er_DEFUN()
|
H A D | NetPlatform_darwin.c | 195 struct Allocator* tempAlloc = Allocator_child(allocator); in Er_DEFUN() local 235 struct Allocator* tempAlloc)) in Er_DEFUN() 338 struct Allocator* tempAlloc)) in Er_DEFUN() 381 struct Allocator* tempAlloc)) in Er_DEFUN()
|
H A D | NetPlatform_freebsd.c | 176 struct Allocator* tempAlloc)) in Er_DEFUN() 219 struct Allocator* tempAlloc)) in Er_DEFUN()
|
H A D | NetPlatform_sunos.c | 173 struct Allocator* tempAlloc)) in Er_DEFUN() 197 struct Allocator* tempAlloc)) in Er_DEFUN()
|
H A D | NetPlatform_linux.c | 133 struct Allocator* tempAlloc)) in Er_DEFUN() 242 struct Allocator* tempAlloc = Allocator_child(alloc); in Er_DEFUN() local 366 struct Allocator* tempAlloc)) in Er_DEFUN() 464 struct Allocator* tempAlloc)) in Er_DEFUN()
|
H A D | NetPlatform_win32.c | 169 struct Allocator* tempAlloc)) in Er_DEFUN() 247 struct Allocator* tempAlloc)) in Er_DEFUN()
|
H A D | NetDev.c | 108 struct Allocator* tempAlloc)) in Er_DEFUN()
|
/dports/net/cjdns/cjdns-cjdns-v21.1/admin/angel/ |
H A D | InterfaceWaiter.c | 69 struct Allocator* tempAlloc = Allocator_child(alloc); in InterfaceWaiter_waitForData() local
|
H A D | Core.c | 152 struct Allocator* tempAlloc) in sendResponse() 456 struct Allocator* tempAlloc = Allocator_child(alloc); in Core_main() local
|
/dports/net/cjdns/cjdns-cjdns-v21.1/interface/tuntap/test/ |
H A D | TUNTools.c | 59 struct Allocator* tempAlloc = Allocator_child(ctx->pub.alloc); in sendHello() local
|
/dports/net/cjdns/cjdns-cjdns-v21.1/switch/test/ |
H A D | EncodingScheme_test.c | 407 struct Allocator* tempAlloc = Allocator_child(alloc); in main() local 415 struct Allocator* tempAlloc = Allocator_child(alloc); in main() local
|
/dports/net/cjdns/cjdns-cjdns-v21.1/tunnel/ |
H A D | RouteGen.c | 251 struct Allocator* tempAlloc = Allocator_child(rp->alloc); in removeSomething() local 494 struct Allocator* tempAlloc = Allocator_child(alloc); in genPrefixes4() local 576 struct Allocator* tempAlloc = Allocator_child(alloc); in genPrefixes6() local 684 struct Allocator* tempAlloc)) in Er_DEFUN()
|
/dports/net/cjdns/cjdns-cjdns-v21.1/subnode/ |
H A D | ReachabilityAnnouncer.c | 424 struct Allocator* tempAlloc = Allocator_child(rap->alloc); in addServerStateMsg() local 497 struct Allocator* tempAlloc = Allocator_child(rap->alloc); in ReachabilityAnnouncer_updatePeer() local 613 struct Allocator* tempAlloc = Allocator_child(rap->alloc); in pushWithdrawLinks() local
|
H A D | ReachabilityCollector.c | 142 struct Allocator* tempAlloc) in change0() 173 struct Allocator* tempAlloc = Allocator_child(rcp->alloc); in ReachabilityCollector_change() local
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/ |
H A D | buffer_bcs_tests.cpp | 1051 auto tempAlloc = myMockCsr->getTemporaryAllocations().peekHead(); in HWTEST_TEMPLATED_F() local 1085 auto tempAlloc = myMockCsr->getTemporaryAllocations().peekHead(); in HWTEST_TEMPLATED_F() local 1119 auto tempAlloc = myMockCsr->getTemporaryAllocations().peekHead(); in HWTEST_TEMPLATED_F() local
|
/dports/net/cjdns/cjdns-cjdns-v21.1/net/ |
H A D | InterfaceController.c | 908 static void sendBeacon(struct InterfaceController_Iface_pvt* ici, struct Allocator* tempAlloc) in sendBeacon() 1050 struct Allocator* tempAlloc = Allocator_child(alloc); in InterfaceController_bootstrapPeer() local
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/ |
H A D | RegisterAllocator.cpp | 187 LAllocation* tempAlloc = ins->getTemp(i)->output(); in check() local
|
/dports/net/cjdns/cjdns-cjdns-v21.1/dht/dhtcore/ |
H A D | RouterModule_admin.c | 81 struct Allocator* tempAlloc = promise->alloc; in pingResponse() local
|