Essays about: "memory management errors"

Found 3 essays containing the words memory management errors.

  1. 1. Performance evaluation of Multithreading, Hashtables, and Anonymous Functions for Rust and C++ : in Game Development

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Oscar Nordström; Lowe Raivio; [2023]
    Keywords : C ; Comparison; Execution time; Rust; Wilcoxon;

    Abstract : Background C++ is a programming language introduced in 1985, while Rust was introduced in 2010. Rust focuses on speed and safety and was created with the need for concurrency in mind. READ MORE

  2. 2. Mitigating garbage collection in Java microservices : How garbage collection affects Java microservices andhow it can be handled

    University essay from Mittuniversitetet/Institutionen för informationssystem och –teknologi

    Author : Amanda Ericson; [2021]
    Keywords : Garbage collector; Microservice; Docker; docker-compose; CMS; G1GC; Shenandoah GC; ZGC;

    Abstract : Java is one of the more recent programming languages that in runtime free applications from manual memory management by using automatic Garbage collector (GC) threads. Although, at the cost of stop-the-world pauses that pauses the whole application. READ MORE

  3. 3. Memory Management Error Detection in Parallel Software using a Simulated Hardware Platform

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : Udayan Prabir Sinha; [2017]
    Keywords : computer architecture; concurrent computing; dynamic binary analysis; memory management errors; operating systems; virtual platform; uninitialized memory; datorarkitektur; parallella mjukvarusystem; dynamisk binär analys; minneshanteringsfel; operativsystem; virtuell plattform; ej initialiserat minne;

    Abstract : Memory management errors in concurrent software running on multi-core architectures can be difficult and costly to detect and repair. Examples of errors are usage of uninitialized memory, memory leaks, and data corruptions due to unintended overwrites of data that are not owned by the writing entity. READ MORE