Search code examples
Aarch64 is there a Red Zone on Linux, If so 16 or 128 bytes?...


linuxarm64stack-memoryabired-zone

Read More
Buffer Overflow: Why does buffer assignment impact other variables?...


cmemory-managementbuffer-overflowstack-memory

Read More
Why does the compiler reserve just 0x10 bits for an int?...


c++assemblyx86stack-memorystack-pointer

Read More
Segfault with ESP outside the [stack] range in /proc/pid/maps?...


assemblyx86crashstack-overflowstack-memory

Read More
Can the PUSHA instruction cause a segfault? What's going on in this core dump with it and other ...


cassemblyx86coredumpstack-memory

Read More
Are Rust closures stack-allocated or heap-allocated by default?...


rustclosuresheap-memorystack-memory

Read More
How to do pattern matching with boxed enum?...


rustheap-memorysmart-pointersstack-memory

Read More
How to pass big data from a factory to a constructor with neither dynamic memory nor unnecessary cop...


c++stack-memorystdmoveelision

Read More
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
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
BackNext