Changes in uspace/lib/c/generic/malloc.c [207533f:3019612] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/malloc.c
r207533f r3019612 873 873 void free(const void *addr) 874 874 { 875 if (addr == NULL) 876 return; 877 875 878 futex_down(&malloc_futex); 876 879
Note:
See TracChangeset
for help on using the changeset viewer.