Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

fpu_alloc_i.h

Go to the documentation of this file.
00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
00002 
00003 #ifndef fpu_alloc_i_h
00004 #define fpu_alloc_i_h
00005 
00006 #include "fpu_state.h"
00007 #include "kmem_slab_simple.h"
00008 #include "slab_cache_anon.h"
00009 #include "kdb_ke.h"
00010 
00011 //
00012 // IMPLEMENTATION of inline functions follows
00013 //
00014 
00015 
00016 
00017 
00018 inline slab_cache_anon *
00019 Fpu_alloc::slab_alloc()
00020 {
00021   static slab_cache_anon *my_slab 
00022     = new Kmem_slab_simple(Fpu::state_size(),Fpu::state_align());
00023   return my_slab;
00024 }
00025 
00026 #endif // fpu_alloc_i_h

Generated on Mon Sep 26 14:20:10 2005 for Fiasco by  doxygen 1.4.2