Searched refs:HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
172 static const size_t HEADER_SIZE = NN_NET_OSL_MBUF_HEADER_SIZE; variable176 std::memset(static_cast<nnnetOslMbuf*>(this), 0x00, HEADER_SIZE); in Initialize()177 m_capacity = unitSize - HEADER_SIZE; in Initialize()342 return m_capacity + HEADER_SIZE; in GetUnitSize()
359 static const int HEADER_SIZE = 16 * 1024; variable