CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
dynamic-memory-allocation
09-13
OS
Problem with dynamic array in constructor, cannot convert char* to char
09-11
Net
why -fsanitizer=address gives me an error while making two dimensional array using malloc?
09-08
front end
Problem in Deleting the elements of an array allocated with new[]
09-05
database
removing elements & memory management in linked lists in c
09-05
OS
How do I read input with scanf_s(), and then assign the data to your newly allocated memory?
09-05
Net
Handling alignment in a custom memory pool
09-03
front end
C , Too many initializer values, Bool Array Initialization using DMA Pointers
09-02
Software engineering
why does strcat not work inside function?
08-30
Blockchain
How to initialize a constant array of struct in another dynamically allocated struct
08-30
Blockchain
adding zeros before string
08-29
OS
How to dynamically allocate string size according to user input in C?
08-27
Back-end
Does dynamic memory get extended automatically in C?
08-20
Software design
Role of sizeof in malloc
08-16
Blockchain
How to migrate array to a new NUMA node in C?
08-12
Mobile
What is the time complexity of new and delete for primitive VS user-defined data types?
08-07
Net
strcpy in C is illegally altering the copied string?
08-03
Enterprise
How does strcat() fucntion actually works and its alternate
07-31
Blockchain
C malloc failure
07-31
Blockchain
In C, almost all indexes from an array have `0x0`, but some try to automatically access memory?
07-28
Enterprise
does this reference the pointer returned with "new"?
07-27
Back-end
Why can't I see any change in used memory when I run my program?
07-22
Back-end
Why do I get a "realloc(): invalid old size" error when executing?
07-22
Back-end
Why is memcheck reporting memory leak (double linked list)?
07-20
Back-end
What is the proper way of pointing to (pointer to structure)?
07-19
Mobile
expected expression ,what is expected here
07-18
Software design
Print the string using dynamically memory allocated
07-16
OS
Why is my struct pointer creating function returning NULL because of a local declaration?
07-12
database
Can I create a dynamic 2D array in C like this?
07-12
Software design
Howto manage freeing single pointers from a double-pointer block
07-11
Enterprise
declare mutable string with varying size dynamically
07-11
Net
how can I deal with this error: `cannot convert argument 1 from 'Node *' to 'Move
07-10
Mobile
Why is the pointer to my allocated memory for my type not being realloc'd properly?
07-09
Net
Why is there a memory leak on SinglyLinkedList deletion?
07-07
Software engineering
is this correct use of pointer and memory allocation
07-02
Blockchain
Improve my solution to basic C linked list management functions
07-01
Blockchain
why i get this error when i try to scroll through a list to its last element?
06-25
Back-end
If realloc returns NULL do I have to free old memory?
06-23
OS
Pushing non dynamically allocated objects to a vector of pointers
06-17
Enterprise
Why do I get additional weird characters in this C code with dynamically-allocated char arrays?
06-13
OS
Free 2D Array Of Char Pointers, free(): Invalid Pointers Error
202
1
2
3
4
5
6
Next
Last
Links:
CodePudding