Mostafa Youssefmostafaelsawy.hashnode.dev·Sep 20, 2024[5] Memory APITypes of Memory Stack Memory Allocations and deallocations are managed implicitly by the compiler, also known as automatic memory. Declaring memory on the stack in C is simple. For example, if you need space for an integer called x in a function f...Discussoperatingsystems
Bikram Sarkarbikram04.hashnode.dev·Aug 23, 2023Diving Deep into Memory Management: Java GC vs Go GCIn the world of programming languages, memory management plays a pivotal role in ensuring efficient and robust software. Automatic garbage collection (GC) is a feature that many modern languages offer to handle memory allocation and deallocation seam...Discuss·63 reads#memorymanagement
Satyajit Dassatyajitdas.tech·May 5, 2023Understanding Android Memory Management: A Comprehensive GuideI. Introduction Memory management in operating systems is the process of managing the RAM (Random Access Memory) and ensuring that each process and application has access to the required amount of memory. It involves allocating memory when a process ...Discuss·31 likes·785 readsAndroid
RAVI PETLAforJAVA_BASICSjavabasics.hashnode.dev·Apr 19, 2023Hey folks , This is the article regarding JAVA MEMORY MANAGEMENT (Beginner friendly....)In this article, we will see how the JVM allocates its memory and mainly we will discuss STACK, HEAP and CLASS(METHOD)AREA memories along with a live execution of Hey folks , This is the article regarding JAVA MEMORY MANAGEMENT (Beginner friendly.......Discuss·31 readsWeMakeDevs