Changes in uspace/lib/c/include/malloc.h [1b3e854:47b7006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/malloc.h
r1b3e854 r47b7006 38 38 #include <sys/types.h> 39 39 40 extern uintptr_t get_max_heap_addr(void); 41 40 42 extern void *malloc(const size_t size) 41 43 __attribute__((malloc)); … … 46 48 extern void *realloc(const void *addr, const size_t size); 47 49 extern void free(const void *addr); 48 extern void *heap_check(void);49 50 50 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.