Search code examples
how the local variable are stored and returned in memory (python)?...

pythonmemorymemory-managementheap-memorystack-memory

Read More
How to recognize if object is on the stack or heap memory...

c++listheap-memorystack-memory

Read More
Memory Organization: Where Are Classes and Methods Stored?...

c++classheap-memorystack-memory

Read More
Why are some smaller embedded devices unable to run an operating system (and what exactly do they ru...

operating-systemembeddedheap-memorystack-memory

Read More
How can I declare an array of pointers with blocks of NULL elems...

cfunction-pointersstack-memory

Read More
ctime() return a string, why we don't need to free() this string' s memory?...

cstringmemory-managementheap-memorystack-memory

Read More
Is there a way to calculate the bytes allocated to the stack frame of a function?...

cassemblyx86-64stack-memorystack-frame

Read More
Behaviors of stack pointer in ARM64...

assemblyarm64memory-alignmentstack-memoryabi

Read More
"Hello world" in x64 assembly for Windows - Shadow space / Stack alignment...

windowsassemblyx86-64nasmstack-memory

Read More
How does the stack work in assembly language?...

assemblystackcallstackstack-memory

Read More
Get parameter value in Assembly...

assemblyx86parameter-passingstack-memorystack-frame

Read More
Are global variables in C++ stored on the stack, heap or neither of them?...

c++global-variablesheap-memorystack-memory

Read More
Why does Go use less memory for a slice of length 100k, than for an array of length 100k?...

arraysgoheap-memorystack-memory

Read More
How do I properly create a heap allocated int and pass it to another function for modification...

rustheap-memorystack-memory

Read More
storage allocation at opening brace of scope in c++?...

c++assemblystack-memory

Read More
how variables are stored on stack?...

c#heap-memorystack-memory

Read More
C# - Garbage Collection...

c#heap-memorystack-memory

Read More
When vectors are allocated, do they use memory on the heap or the stack?...

c++vectorstlheap-memorystack-memory

Read More
Are stack and heap memory actually implemented as stack and heap data structures?...

data-structuresstackheapheap-memorystack-memory

Read More
Why are there empty spaces among stack memory allocated in C?...

cstack-memorystatic-memory-allocation

Read More
What happens to a variable after it goes out of scope of a loop or a condition or a case?...

gomemory-managementgarbage-collectionheap-memorystack-memory

Read More
Other areas of memory (besides stack and heap)?...

memory-managementheap-memorystack-memory

Read More
Why does the x86-64 / AMD64 System V ABI mandate a 16 byte stack alignment?...

assemblyx86-64memory-alignmentstack-memoryabi

Read More
What is an assembly-level representation of pushl/popl %esp?...

assemblyx86stack-memoryinstruction-setstack-pointer

Read More
Question about Context Switching in xv6 OS x86...

operating-systemkernelvirtual-memorystack-memorycontext-switch

Read More
Could a callee directly access a stack variable in the caller without pointers in theory?...

assemblylocal-variablescalling-conventionstack-memorynested-function

Read More
C/C++ maximum stack size of program on mainstream OSes...

c++coperating-systemstack-memory

Read More
C function local variable does not get freed after function execution...

cstack-memory

Read More
Where are values stored in memory in dart?...

dartmemorymemory-managementheap-memorystack-memory

Read More
Is -fstack-usage wrong for leaf functions?...

cgccstack-memory

Read More
BackNext