Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

CGDataProvider returning null in Swift 4

Javascript memory leak setTimeout issue

NSMutableArray addObject crashes in the device but runs in the simulator fine

Using malloc to initialize char pointer VS not using malloc and just assign a string directly to the char pointer

represent memory in c

Dynamic Heap Allocation Confusion

boost::fast_pool_allocator makes std::forward_list slower

Allocating large amount of memory and usage of size_t?

What does "new int * **[10]" do?

What to throw in a C++ class wrapping a C library?

Is there any advantage to deallocating objects owned by the UIApplicationDelegate?

iPhone: Xcode, instruments, memory allocations. What's reasonable?

C code - malloc and free

Why is the UICollectionViewDataSource deallocated when I try to call a method on it?

Does java create a new Object when a primitive type is passed to a method that expects a Wrapper of a primitive type?

Javascript: instance vars and static methods; is this ok in terms of memory?

realloc() not behaving as expected when shrinking char *

c memory memory-management