File: statmalloc.h

package info (click to toggle)
cpbk 2.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 248 kB
  • ctags: 168
  • sloc: ansic: 2,193; makefile: 114; sh: 35
file content (3 lines) | stat: -rw-r--r-- 73 bytes parent folder | download
1
2
3

extern void *statmalloc(size_t size);
extern void *freemalloc(void *p);