00001 #ifndef libvmdef_h 00002 #define libvmdef_h 00003 00004 #define LIB_K_VM_FIRST_FIT 1 00005 #define LIB_K_VM_QUICK_FIT 2 00006 #define LIB_K_VM_FREQ_SIZES 3 00007 #define LIB_K_VM_FIXED 4 00008 00009 #define LIB_M_VM_BOUNDARY_TAGS 1 00010 #define LIB_M_VM_GET_FILL0 2 00011 #define LIB_M_VM_GET_FILL1 4 00012 #define LIB_M_VM_FREE_FILL0 8 00013 #define LIB_M_VM_FREE_FILL1 16 00014 #define LIB_M_VM_EXTEND_AREA 32 00015 #define LIB_M_VM_NO_EXTEND 64 00016 #define LIB_M_VM_TAIL_LARGE 128 00017 00018 #endif 00019 00020