9#ifndef SQUID_MEM_NODE_H
10#define SQUID_MEM_NODE_H
14#include "mem/forward.h"
28 int64_t
start()
const;
31 bool contains (int64_t
const &location)
const;
32 bool canAccept (int64_t
const &location)
const;
Range< int64_t > range() const
Range< int64_t > dataRange() const
bool operator<(mem_node const &rhs) const
static size_t StoreMemSize()
bool canAccept(int64_t const &location) const
bool contains(int64_t const &location) const
static size_t InUseCount()
std::ostream & operator<<(std::ostream &os, mem_node &aNode)
void memNodeWriteComplete(void *)