#include "heap.h"
Go to the source code of this file.
Functions | |
heap_key | HeapKeyGen_StoreEntry_LFUDA (void *entry, double age) |
heap_key | HeapKeyGen_StoreEntry_GDSF (void *entry, double age) |
heap_key | HeapKeyGen_StoreEntry_LRU (void *entry, double age) |
Function Documentation
◆ HeapKeyGen_StoreEntry_GDSF()
Definition at line 93 of file store_heap_replacement.cc.
References debugs, double, StoreEntry::getMD5Text(), StoreEntry::lastref, StoreEntry::mem_obj, StoreEntry::refcount, size, MemObject::storeId(), and StoreEntry::swap_file_sz.
Referenced by createRemovalPolicy_heap().
◆ HeapKeyGen_StoreEntry_LFUDA()
Definition at line 48 of file store_heap_replacement.cc.
References debugs, double, StoreEntry::getMD5Text(), StoreEntry::lastref, StoreEntry::mem_obj, StoreEntry::refcount, squid_curtime, and MemObject::storeId().
Referenced by createRemovalPolicy_heap().
◆ HeapKeyGen_StoreEntry_LRU()
Definition at line 119 of file store_heap_replacement.cc.
References debugs, StoreEntry::getMD5Text(), StoreEntry::lastref, StoreEntry::mem_obj, and MemObject::storeId().
Referenced by createRemovalPolicy_heap().