File:  [HATARI the Atari ST Emulator] / hatari / src / includes / memAlloc.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Mon Apr 1 07:09:16 2019 UTC (7 years, 2 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari00060, hatari00050, hatari00045, hatari00040, hatari00030, hatari00025, hatari00020, hatari00011, hatari00010, hatari00005, HEAD
hatari 0.05

/*
  Hatari
*/

extern void *Memory_Alloc(int nBytes);
extern void Memory_Free(void *pAlloc);
extern void *Memory_Set(void *pAlloc, int c, size_t count);
extern void *Memory_Clear(void *pAlloc, size_t count);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.