File src/alloc.c


Included Files


Preprocessor definitions

#define ALLOC_C

#define EXTERN_H

#define PTR_FMT "%06lx"

#define PTR_TYP


Global Function alloc()

long* alloc ( unsigned int lth )
Prototyped in: include/global.h
Calls: malloc(), panic()

Global Function fmt_ptr()

char* fmt_ptr ( const void* ptr, char* buf )
Prototyped in: src/alloc.c
Calls: sprintf()