aboutsummaryrefslogtreecommitdiffstats
path: root/memory.h
blob: ab52085e2ef40cd4467ef6fe5c1c1f18fa79044f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef INCLUDE_BLASSIC_MEMORY_H
#define INCLUDE_BLASSIC_MEMORY_H

// memory.h
// Revision 1-feb-2005

#include "blassic.h"

namespace blassic {

namespace memory {

size_t dyn_alloc (size_t memsize);
void dyn_free (size_t mempos);
void dyn_freeall ();

} // namespace memory

} // namespace blassic

#endif

// End of memory.h
Un proyecto texto-plano.xyz