Searched refs:extrasSize (Results 1 – 2 of 2) sorted by relevance
/dports/www/squid/squid-4.15/src/ipc/ |
H A D | MemMap.cc | 27 Ipc::MemMap::Init(const char *const path, const int limit, const size_t extrasSize) in Init() argument 30 Owner *const owner = shm_new(Shared)(path, limit, extrasSize); in Init() 328 limit(aLimit), extrasSize(anExtrasSize), count(0), slots(aLimit) in Shared() 339 return SharedMemorySize(limit, extrasSize); in sharedMemorySize() 343 Ipc::MemMap::Shared::SharedMemorySize(const int limit, const size_t extrasSize) in SharedMemorySize() argument 345 return sizeof(Shared) + limit * (sizeof(Slot) + extrasSize); in SharedMemorySize()
|
H A D | MemMap.h | 71 const size_t extrasSize; ///< size of slot extra data variable 126 static Owner *Init(const char *const path, const int limit, const size_t extrasSize);
|