Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

TStringList of objects taking up tons of memory in Delphi XE

doubts regarding Memory management in .net

Is it required to free a pointer variable before using realloc?

Delete operator and arrays?

Java input = "" isn't the same as input = null?

General strategy to resolve Java memory leak?

functions returning char pointer

c memory-management

C++: Delete a struct?

Java heap and stack memory allocation

What if NULL and size 0 are passed to realloc()?

c memory-management realloc

Will this lead to a memory leak in C++?

What if a finalizer makes an object reachable?

Does onDestroy() or finish() actually kill the activity?

std::vector and contiguous memory of multidimensional arrays

Finding Memory Usage in Java

Does the Unix kill command ensure that dynamically allocated memory will return properly?

Is there any danger in calling free() or delete instead of delete[]? [duplicate]

When not to alloc and init an NSString

Dynamic vs static array in c [closed]