Search code examples
Struct with dynamically allocated array that works on host and device with Cuda...


c++structcudadynamic-memory-allocation

Read More
How does jemalloc work? What are the benefits?...


firefoxmemory-managementdynamic-memory-allocationallocatorjemalloc

Read More
Freeing a dynamically allocated string with an internal null byte...


cmallocdynamic-memory-allocationfree

Read More
C++ polymorphism without pointers...


c++memory-managementpolymorphismdynamic-memory-allocation

Read More
dynamically resizing array in queue implementation...


cdata-structuresqueuedynamic-memory-allocationdynamic-arrays

Read More
Issue with aggregate initialization with the new operator...


c++chardynamic-memory-allocationnew-operatordynamic-arrays

Read More
How to set `opt.narenas` for jemalloc in code?...


memory-managementdynamic-memory-allocationjemalloc

Read More
Dynamic array in Linux kernel module...


arrayslinux-kerneldynamic-memory-allocationkernel-moduledynamic-arrays

Read More
Memory is not being allocated...


c++c++17dynamic-memory-allocationdynamic-arrays

Read More
Allocating a 2D array using calloc...


cpointersmultidimensional-arraydynamic-memory-allocation

Read More
How memory address for pointer to arrays is same as an element in 2D array?...


arrayscmultidimensional-arraydynamic-memory-allocation

Read More
Proper Memory Handling for User Input in C...


cmemoryinputmemory-managementdynamic-memory-allocation

Read More
Why is copying more efficient in Zig remap?...


memory-managementdynamic-memory-allocationzig

Read More
How does the compiler control help in allocating & deallocating memory in C++?...


c++compiler-constructiondynamic-memory-allocation

Read More
C++: Does vector of pointer elements automatically deallocate dynamic memory pointed by each pointer...


c++pointersvectordynamic-memory-allocation

Read More
Dynamic array first element remove complexity...


cpointerstime-complexitydynamic-memory-allocationdynamic-arrays

Read More
Are objects created with new guaranteed to stay in the same memory location? If so, does new place t...


c++cachingdynamic-memory-allocationnew-operatormemory-fragmentation

Read More
realloc() invalid old size...


cdynamic-memory-allocationrealloc

Read More
New Operator with and without Parentheses...


c++dynamic-memory-allocationnew-operator

Read More
std::string concatenation in C++...


c++stringdynamic-memory-allocationstring-concatenationtheory

Read More
Does c++ realloc function applies delete operation for old data block if moving data to different bl...


c++memory-managementdynamic-memory-allocationrealloc

Read More
How do you easily differentiate the use of * as a pointer, * as a de-reference operator, * as a mult...


mallocdynamic-memory-allocationrealloccalloc

Read More
malloc & free in C with multidimensional arrays in C; Whats wrong with the code...


cmultidimensional-arraymallocdynamic-memory-allocation

Read More
Does malloc assign memory in the same location if you use the same variable name again on every iter...


cstructmallocdynamic-memory-allocationadjacency-list

Read More
I do not understand what exactly is dynamic memory allocation...


cstackmallocheap-memorydynamic-memory-allocation

Read More
Handling clean-up in function with multiple allocations...


cmemory-managementmallocdynamic-memory-allocationfree

Read More
Mismatched allocation/deallocation error using Intel Inspector...


fortrandynamic-memory-allocationintel-fortran

Read More
Am I doing dynamic memory allocation, without allocating any unnecessary space, correctly?...


c++cdata-structuresmallocdynamic-memory-allocation

Read More
How to allocate for later placement new "as if by new"...


c++dynamic-memory-allocationunique-ptr

Read More
Is a char array more efficient than a char pointer in C?...


arrayscpointersdynamic-memory-allocation

Read More
BackNext