Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in malloc
newbie questions about malloc and sizeof
Mar 23, 2021
c
malloc
sizeof
Malloc compile error: a value of type "int" cannot be used to initialize an entity of type int (*)[30]
Mar 10, 2022
c
pointers
malloc
In a 64 bit process, will my mmap / malloc request ever be denied?
Feb 09, 2020
c
memory-management
operating-system
malloc
mmap
In C are malloc(256) and malloc(sizeof(char)*256) equivalent?
Sep 21, 2022
c
pointers
malloc
sizeof
char x[256] vs. char* = malloc(256*sizeof(char));
Sep 21, 2022
c
arrays
malloc
When do I need dynamic memory? [duplicate]
Sep 21, 2022
c
memory
malloc
free
Can I allocate a specific number of bits in C?
Aug 17, 2022
c
malloc
bitmask
simple c malloc
Nov 14, 2022
c
malloc
realloc
How could this buffer be overrun?
Sep 07, 2022
c
malloc
buffer-overflow
error in C using malloc : corrupted size vs prev_size
Sep 21, 2022
c
malloc
What's the difference between _int_malloc and malloc (in Valgrind)
Apr 10, 2022
memory-management
malloc
valgrind
dynamic-memory-allocation
Is it safe to allocate too little space (if you know you won't need it)?
Nov 15, 2022
c
malloc
flexible-array-member
malloc: *** error for object: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug
Mar 30, 2020
c++
c
pointers
malloc
huffman-code
How do I free a pointer returned from a function?
Sep 21, 2022
c
memory
dynamic
malloc
free
Xcode - My app crash and the error is "Invalid pointer dequeued from free list *** set a breakpoint in malloc_error_break to debug"
Mar 13, 2020
ios
xcode
memory
malloc
How to use strtok in C properly so there is no memory leak?
May 09, 2017
c
malloc
free
strtok
using glibc malloc hooks in a thread safe manner
Aug 28, 2020
c
malloc
glibc
How does free() affect the memory address on the heap?
Sep 20, 2022
c
malloc
heap-memory
free
memory-address
How can I declare and initialize an array of pointers to a structure in C?
Sep 20, 2022
c
null
pointers
malloc
structure
Why is there no "recalloc" in the C standard?
Dec 19, 2020
c
malloc
allocation
realloc
calloc
« Newer Entries
Older Entries »