Newbetuts
.
New posts in malloc
C API design: Who should allocate? [closed]
c
api
memory-management
malloc
How do C++ compilers handle malloc failures during new operator?
c++
compilation
malloc
heap-memory
Problem usage memory in C
c
linux
malloc
free
cc
Malloc vs custom allocator: Malloc has a lot of overhead. Why?
c
memory
malloc
Is it possible to use a C++ smart pointers together with C's malloc?
c++
malloc
new-operator
smart-pointers
malloc: *** error: incorrect checksum for freed object - object was probably modified after being freed
ios
objective-c
c
crash
malloc
Xcode Guard Malloc and on Device Debugging: 'libgmalloc.dylib' image not found
xcode
malloc
An alternative for the deprecated __malloc_hook functionality of glibc
c
gcc
malloc
deprecated
glibc
Dynamically create an array of strings with malloc
c
arrays
malloc
Multithreaded Memory Allocators for C/C++
c++
c
memory
malloc
allocation
In C, how would I choose whether to return a struct or a pointer to a struct?
c
pointers
struct
malloc
How can I detect if C malloc available for freestanding target platform?
c
embedded
malloc
freestanding
Getting the size of a malloc only with the returned pointer
c
arrays
pointers
malloc
sizeof
Why does this intentionally incorrect use of strcpy not fail horribly?
c
malloc
strcpy
Find the maximum sum of a column of two dimensional arrays in c
arrays
c
algorithm
pointers
malloc
Heap allocate a 2D array (not array of pointers)
c
multidimensional-array
malloc
How to alloc a executable memory buffer?
c++
malloc
executable
compiler-optimization
jit
malloc() vs. HeapAlloc()
c++
winapi
malloc
What is aligned memory allocation?
malloc
memory-alignment
What happens to memory after '\0' in a C string?
c
string
pointers
malloc
c-strings
Prev
Next