Search code examples
Can a C++ class determine whether it's on the stack or heap?...


c++heap-memorystack-memory

Read More
What and where are the stack and heap?...


data-structuresmemory-managementheap-memorydynamic-memory-allocationstack-memory

Read More
Why is there no time cost to large stack allocations...


c++timeheap-memoryallocationstack-memory

Read More
Does Stack being limited in size mean i can only get limited pointers to objects in heap?...


c++heap-memorystack-memory

Read More
How can I modify the stack with nasm, x86_64, linux functions (using `ret` keyword)?...


linuxassemblyx86-64nasmstack-memory

Read More
Why does the Stack Pointer in MIPS Typically Start at 0x7FFFFFFC but not 0x80000000?...


assemblymipsstack-memorystack-pointer

Read More
Stack size in relation to virtual memory...


heap-memorystack-overflowvirtual-memorystack-memory

Read More
Why is stack size in C# exactly 1 MB?...


c#stackclrstack-memorystack-size

Read More
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
Shadow space example...


windowsassemblyx86-64nasmstack-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
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
BackNext