#include <asstorage.h>
Public Attributes | |
| CARD32 | flags |
| int | size |
| int | total_free |
| ASStorageSlot * | start |
| ASStorageSlot * | end |
| ASStorageSlot ** | slots |
| int | slots_count |
| int | unused_count |
| int | first_free |
| int | last_used |
| int | long_searches |
Definition at line 137 of file asstorage.h.
| CARD32 ASStorageBlock::flags |
Definition at line 140 of file asstorage.h.
Definition at line 141 of file asstorage.h.
Referenced by create_asstorage_block(), destroy_asstorage_block(), print_storage(), and store_data_in_block().
Definition at line 143 of file asstorage.h.
Referenced by convert_slot_to_ref(), create_asstorage_block(), defragment_storage_block(), free_storage_slot(), store_compressed_data(), and store_data_in_block().
Definition at line 144 of file asstorage.h.
Referenced by create_asstorage_block(), defragment_storage_block(), select_storage_slot(), and store_data_in_block().
Definition at line 144 of file asstorage.h.
Referenced by create_asstorage_block(), defragment_storage_block(), select_storage_slot(), split_storage_slot(), and store_data_in_block().
Definition at line 147 of file asstorage.h.
Referenced by add_storage_slots(), convert_slot_to_ref(), create_asstorage_block(), defragment_storage_block(), destroy_asstorage_block(), destroy_storage_slot(), find_storage_slot(), is_block_empty(), select_storage_slot(), split_storage_slot(), and store_data_in_block().
Definition at line 148 of file asstorage.h.
Referenced by add_storage_slots(), create_asstorage_block(), defragment_storage_block(), destroy_asstorage_block(), print_storage(), select_storage_slot(), split_storage_slot(), and store_data_in_block().
Definition at line 148 of file asstorage.h.
Referenced by defragment_storage_block(), destroy_storage_slot(), split_storage_slot(), and store_data_in_block().
Definition at line 149 of file asstorage.h.
Referenced by create_asstorage_block(), defragment_storage_block(), select_storage_slot(), and store_data_in_block().
Definition at line 149 of file asstorage.h.
Referenced by create_asstorage_block(), defragment_storage_block(), destroy_storage_slot(), is_block_empty(), print_storage(), select_storage_slot(), split_storage_slot(), and store_data_in_block().
1.5.1