Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dynamic-memory-allocation

Default capacity of std::string?

Is Big-O of the C++ statement 'delete [] Q;' O(1) or O(n)?

Dynamic Zero-Length Arrays in C++

In C++, can new in one thread allocate the memory deleted by another thread?

C Programming - How often should realloc be used?

Simple C implementation to track memory malloc/free?

What would realloc do if there is no sequential space of memory?

Possible memory leak without a virtual destructor?

Malloc function (dynamic memory allocation) resulting in an error when it is used globally

Dynamic memory allocation question

STL within embedded system with very limited memory

When should i use calloc over malloc

How are malloc and free implemented?

Can you declare a pointer on the heap?

std::string::reserve and end-of-string 0

ALLOCATABLE arrays or POINTER arrays?

Data structure to store huge amount of data?

Critical error detected c0000374 - C++ dll returns pointer off allocated memory to C#

What's the difference between _int_malloc and malloc (in Valgrind)

CUDA allocate memory in __device__ function