CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
malloc
09-14
Mobile
Allocating and deallocating memory using free() inside a function in C
09-14
Net
I want to print a sorted array in C using count sort but my code is not working
09-13
Blockchain
Writing into a malloc string
09-11
front end
Array of Strings only saving the most recent input
09-10
Back-end
why can't i access the pointer to a structure from another file and get the members
09-09
Mobile
How does sizeof() work with a dereference?
09-07
Software engineering
Use malloc to allocate space for multiple elements in a linked list
09-06
Blockchain
How to work with C struct string variables of unknown sizes?
09-05
database
Printing Linked List leads to strings with garbage values (C)
09-05
Net
Handling alignment in a custom memory pool
09-03
database
Casting pointer to pointer **p (malloc(sizeof(int*))) to a pointer *p
09-03
Blockchain
how the memory allocated by malloc is considered a specific type and not another?
09-01
Back-end
Trying to allocate and set to 0 a matrix dynamically in C, but I can't get the set to 0 part to
08-31
Mobile
How is a pointer to an array of int pointers initialized dynamically using malloc?
08-26
Blockchain
Why does this pointer declaration work with malloc()?
08-25
other
Please break this struct creation for me
08-24
OS
Malloc causes segmentation fault when allocating a struct for a linked-list
08-24
OS
malloc a char pointer member of a struct
08-22
front end
How can I scan a string with unknown size and values to use inside a function in C?
08-21
Mobile
value inside a linked lists Node exists after change, why?
08-20
Software design
Role of sizeof in malloc
08-19
Mobile
Why free caused a Segmentation fault in my code?
08-15
Blockchain
EXC_BAD_ACCESS when assigning an Objective-C pointer to a member of a C struct
08-14
database
Free invalid pointer error in C for Codewars
08-13
other
Passing buffer to function for writing
08-12
Blockchain
Heap break will not change after free()?
08-11
Mobile
Dynamically allocate 2-dimensional structure array in C
08-10
Software engineering
Allocating and freeing memory in C
08-09
database
C pointer to an array and a variable
08-08
Enterprise
Can we use single malloc() block to represent two different types?
08-07
Net
strcpy in C is illegally altering the copied string?
08-02
other
Why calling `free(malloc(8))`?
08-02
Back-end
Why does memory necessarily have to be contiguous? If it weren't, wouldn't this solve the
08-02
Back-end
Free memory by external function
07-31
Blockchain
C malloc failure
07-28
Software design
How to create dynamically an array of strings
07-27
Back-end
Why can't I see any change in used memory when I run my program?
07-25
Software engineering
can i return a integer for int* return type in function
07-25
Enterprise
malloc.cpp not found, header IS included
07-22
Back-end
Why do I get a "realloc(): invalid old size" error when executing?
238
1
2
3
4
5
6
Next
Last
Links:
CodePudding