Search code examples
Why is np.zeros() faster than re-initializing an existing array in Numba with Python?...


pythonnumpydynamic-memory-allocationnumbacalloc

Read More
Printing all subsets in C using dynamic memory allocation...


calgorithmsubsetdynamic-memory-allocation

Read More
Troubleshooting read/write access to protected variables in C++ inheritance and operator overloading...


c++inheritanceoperator-overloadingdynamic-memory-allocation

Read More
Memory Allocator - Simple Segregated Storage: how do you infer the size of an allocated block from i...


cmemorymemory-managementheap-memorydynamic-memory-allocation

Read More
Why do I get realloc(): invalid next size?...


cdynamic-memory-allocationdynamic-arraysrealloc

Read More
Does delete free the space allocated by vectors in an array?...


c++c++11dynamic-memory-allocation

Read More
Create 2d or 3d array using one dynamically allocated memory block...


c++matrixmultidimensional-arraydynamic-memory-allocation

Read More
Performance benefits of kzalloc() / kmem_cache_zalloc()?...


memory-managementlinux-kerneldynamic-memory-allocationslab

Read More
How can I return the transposed matrix from the method to the object?...


c++dynamic-memory-allocation

Read More
Why pages reclaims still present after using `munmap()`?...


cmallocdynamic-memory-allocationfreemmap

Read More
Is this a good practice of freeing dynamically allocated memory or it's not?...


cmemorydynamic-memory-allocationansi-c

Read More
ntdll!RtlIsZeroMemory releasing linked list memory in C [warning: Critical error detected c0000374]...


clinked-listdynamic-memory-allocationsingly-linked-listfree

Read More
how to put numbers from interval to array? (C language)...


arrayscdynamic-memory-allocationdeclarationvariable-length-array

Read More
When I compile my short and simple C code I get "stack smashing detected", while the same ...


arrayscmemory-managementdynamic-memory-allocation

Read More
Should I use both 'if' and 'else' conditions when dynamically allocating memory in C...


cif-statementdynamic-memory-allocation

Read More
How to delete[] decayed array?...


c++pointersdynamic-memory-allocationdelete-operatorpass-by-value

Read More
Debugging sorting algorithm in C (QuickSort variation)...


csortingdebuggingmemory-managementdynamic-memory-allocation

Read More
What came first, the destructor or delete() ? C++...


c++dynamic-memory-allocationdestructornew-operatordelete-operator

Read More
How Can I Know If This Program Works As i Intended( Dynamic stack )...


cstackdynamic-memory-allocationreallocfunction-definition

Read More
Getting the lowest free virtual memory address in windows...


memory-managementdynamic-memory-allocationvirtual-memoryvirtualalloc

Read More
How to iterate through a dynamic, rectangular matrix in C?...


cmatrixdynamic-memory-allocationpointer-arithmeticpointer-to-pointer

Read More
CrtIsValidHeapPointer(block) error in C++ -- deletion of a memory...


c++heap-memorydynamic-memory-allocation

Read More
What is going on with GCC's nullptr? Is this a bug?...


gccdynamic-memory-allocationnullptr

Read More
stack operation using c language...


cstructstackdynamic-memory-allocationdeclaration

Read More
How does C free all bytes of a dynamically allocated array?...


cpointersmallocdynamic-memory-allocationfree

Read More
Is it mandatory to check if realloc worked?...


cdynamic-memory-allocationrealloc

Read More
Is memory sequentially allocated when using new in C++?...


c++arraysmemorymemory-managementdynamic-memory-allocation

Read More
Problems Building a stack using dynamic memory (C)...


cpointersdata-structuresstackdynamic-memory-allocation

Read More
Stacks & Dynamic memory in C...


clinked-listdynamic-memory-allocationsingly-linked-listfree

Read More
Getting a segfault using realloc...


cmemory-managementdynamic-memory-allocation

Read More
BackNext