This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
learning-by-doing
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
164
Commits
1
Branch
143 KiB
Tree:
316772adb9
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '316772adb9'
${ noResults }
Commit Graph
4 Commits (316772adb94f15140d17f2b25cbf26dface25f5f)
Author
SHA1
Message
Date
T. Meissner
1ad6f920d0
added memory.h & memory.c with safeFree macro as safe wrapper around the free() function; use safeFree() instead of free()
10 years ago
T. Meissner
d6aba8cb68
return value of realloc now written in tmp variable for proper handling of realloc errors
10 years ago
T. Meissner
290f6bbe4e
fixed memory leak by adding free of in->pair array in dictionary_free()
10 years ago
T. Meissner
95af873851
add new example of a (simple & not so safe) dictionary implementation from chapter 11
10 years ago