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
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
Globally override malloc in visual c++
Feb 22, 2019
c++
c
malloc
overriding
What are some useful examples of malloc() in C?
Sep 13, 2022
c
malloc
Freeing allocated memory: realloc() vs. free()
Aug 26, 2022
c
memory
malloc
free
realloc
Should I check if malloc() was successful?
Sep 25, 2018
c
error-handling
malloc
runtime-error
allocation
When is malloc necessary in C?
May 31, 2018
c
malloc
checking that `malloc` succeeded in C
Sep 02, 2019
c
malloc
Why is malloc not "using up" the memory on my computer?
Nov 12, 2022
c
linux
memory-management
malloc
Memory allocated with malloc does not persist outside function scope?
Aug 17, 2022
c
malloc
malloc zeroing out memory?
Sep 19, 2022
c
malloc
malloc in C, but use multi-dimensional array syntax
Nov 07, 2022
c
pointers
arrays
multidimensional-array
malloc
Reduce memory fragmentation with MALLOC_MMAP_THRESHOLD_ and MALLOC_MMAP_MAX_
Jun 24, 2019
python
malloc
mmap
Is calloc better than malloc?
Sep 19, 2022
c++
c
malloc
dynamic-memory-allocation
calloc
How does free() know how much memory to deallocate? [duplicate]
Nov 01, 2022
c
malloc
« Newer Entries
Older Entries »