#include <folly/io/IOBuf.h>
#include <cassert>
#include <cstdint>
#include <cstdlib>
#include <stdexcept>
#include <folly/Conv.h>
#include <folly/Likely.h>
#include <folly/Memory.h>
#include <folly/ScopeGuard.h>
#include <folly/hash/SpookyHashV2.h>
#include <folly/io/Cursor.h>
#include <folly/lang/Align.h>
#include <folly/memory/Malloc.h>
Go to the source code of this file.
|
| | folly |
| | —— Concurrent Priority Queue Implementation ——
|
| |
|
| enum | : uint16_t |
| |
| enum | : std::size_t |
| |
| #define __STDC_LIMIT_MACROS |
| anonymous enum : std::size_t |
Definition at line 49 of file IOBuf.cpp.
59 kDefaultCombinedBufSize = 1024