Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Malloc, strlen, strcat

c arrays memory-management

A heap manager for C/Pascal that automatically fills freed memory with zero bytes

Inserting Objects into an array with dynamic memory (No vectors allowed) C++

Does std::initializer_list heap allocate memory?

Does Ada deallocate memory automatically under some circumstances?

memory-management ada

Reducing memory footprint of large unfamiliar codebase

UIAlertView fails to show and results in “EXC_BAD_ACCESS” error

is there a new equalivant of _malloca

Massive Python set of integers using too much memory

OS from Scratch

Why does the assignment of an objc block have to be 'copy', not 'assign'?

NSObject: on the heap or the stack?

How to avoid caching effects in read benchmarks

Why does GCC not attempt memory leak checking?

How to allocate an array inside fortran routine "called" from C

java - can we do our own memory management?

does alloc init'ing a property twice result in a memory leak in ARC Objective C?

How to increase memory to handle super large Lua tables

Is it alright to return a reference to a non-pointer member variable as a pointer?

Use for applying weak_ptr to contents of unique_ptr