next up previous contents
Next: 2.4.7 Resource revocation Up: 2.4.6 Resource Allocators Previous: 2.4.6 Resource Allocators

2.4.6.1 Resource allocator C++ source files

The allocator definition is kept in klib/Allocator.h.

<Allocator.h*>=
<Read the literate code instead warning. >
#ifndef __OFF_ALLOCATOR_H
#define __OFF_ALLOCATOR_H 1

#ifdef __KERNEL__
<Off allocator data types. >
<Off allocator. >
#endif // __KERNEL__

#endif // __OFF_ALLOCATOR_H



Francisco J. Ballesteros
1998-05-25