Search code examples
What's the advantage of using std::allocator instead of new in C++?...


c++heap-memoryallocatoralloc

Read More
What does it mean double free detected in tcache 2 while using mpz?...


c++memoryrsagmpalloc

Read More
Why does `Allocator.allocate` hand out `NonNull<[u8]>`... but `deallocate` accepts `NonNull&lt...


ruststdallocationalloc

Read More
Is there a way to shrink a memory allocation from the left in C without copying data?...


creallocalloc

Read More
Allocating memory in Erlang C NIF...


cerlangallocerlang-nif

Read More
Refer to an extern crate in macro expansion...


rustmacrosalloc

Read More
Why does [[NSError alloc] init]; in Xcode throw an error?...


iosnserroralloc

Read More
Are objects in Objective-C ever created on the stack?...


objective-cmemory-managementheap-memoryalloc

Read More
Pointer and malloc in Swift...


swiftpointersmallocalloc

Read More
Proper way to fill nested struct in C from file...


cfilestructreallocalloc

Read More
Pointers,structure C...


arrayscpointersstructurealloc

Read More
I am getting bad_alloc error in c++ program...


c++error-handlingdynamic-memory-allocationbad-allocalloc

Read More
Resizing a two dimensional array in C. Memory leak...


cdynamic-memory-allocationreallocalloc

Read More
mmap more than one buffer in kernel is crashing please help (using dma_mmap_coherent)...


linuxmemorylinux-kernelallocchardev

Read More
Questions about a small memory allocation program (41 lines)...


cmemorymemory-managementalloc

Read More
Too much heap memory usage when reallocing...


cdynamic-memory-allocationrealloccallocalloc

Read More
iOS error: No visible @interface for 'xxxx' declares the selector 'alloc'...


iosobjective-calloc

Read More
Understanding memory allocations and pointers in c...


cpointersmemory-managementalloc

Read More
free 2d array(matrix) of struct named "cell" where each of them as member of string(char*)...


cmatrixfreealloc

Read More
is it necessary to call pointer = NULL when initializing?...


cpointersalloc

Read More
Alloc in programming language C...


cmemory-managementalloc

Read More
Is there a way to allocate memory in a .NET process that is "executable"?...


c#.netprocessallocationalloc

Read More
Why is it not recommended to allocate and initialize with id?...


iphoneobjective-cinitalloc

Read More
objective-c: alloc vs synthesise/retain...


iosobjective-ccocoa-touchalloc

Read More
Why increase Memory from move Activity?...


androidmemoryalloc

Read More
what is difference between alloc and allocWithZone:?...


objective-cmemory-managementalloc

Read More
EXC_BAD_ACCESS on a dispatch_get_main_queue()...


iosobjective-cinitdispatch-asyncalloc

Read More
In a xcode project, how can you check what is of what properties have an object in a given adress?...


xcodeexc-bad-accessalloc

Read More
why double free or corruption?...


c++qtmemorytry-catchalloc

Read More
why terminate called after throwing an instance of 'std::bad_alloc'?...


c++qtmemoryalloc

Read More
BackNext