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