Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Is NSMutableArray better than NSArray for memory reasons?

struct containing string value causes segmentation fault upon its assignment after its creation using dynamic memory allocation

Does python static method consume less memory than instance method

Do I need to release a returned NSError object?

Memory allocation in C++

c++ memory-management

how to calculate size of pointer pointed memory?

c memory-management

FastMM fails to detect memory leaks

how does the OS know the real size of the physical memory?

Deleting an object when multiple pointers are pointing to it?

Undefined reference to getprocessmemoryinfo@12

c windows memory-management

Is it possible to use std::basic_string as a wrapper around char*?

Structs Vs Classes in .NET Business Layer

Java OutOfMemoryError not throwing

java memory-management

How do i explicitly clear the byte[]

Why is vector(size) slower than new[]?

c++ stl memory-management

How can i use operators `new` and `delete` within shared memory?

If I never call "new," do I ever have to call "delete"?

c++ memory-management

Create local array dynamic inside OpenCL kernel

Allocating a large memory block in C++

c++ memory-management

Where to start learning about linux DMA / device drivers / memory allocation