File: o2_debug.h

package info (click to toggle)
o2 1.0~repack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,156 kB
  • sloc: ansic: 9,132; python: 137; sh: 111; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
/* o2_debug.h -- some debugging code, see o2_debug.c
 */

void *dbg_malloc(size_t size);

void dbg_free(void *ptr);