Home
last modified time | relevance | path

Searched refs:NoHeap (Results 1 – 8 of 8) sorted by relevance

/dports/devel/libcwd/libcwd-1.0.6/testsuite/libcwd.tst/
H A Dleak.cc126 test_object NoHeap;
127 leak2 = NoHeap.leak;
128 leak2a = NoHeap.a->leakAA;
129 leak2b = NoHeap.b->leakAA;
/dports/devel/folly/folly-2021.12.27.00/folly/docs/
H A Dsmall_vector.md46 * `NoHeap` - Avoid the heap entirely. (Throws `std::length_error` if
60 small_vector<int, 256, NoHeap> v;
63 small_vector<int, 256, NoHeap, uint16_t> v;
/dports/devel/libhoard/Hoard/src/Heap-Layers/legacy/reap/
H A Dregionheap.h245 class NoHeap {};
255 public ChunkHeap<8192 - sizeof(typename AddHeader<NoHeap>::Header),
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A Dsmall_vector_test.cpp107 folly::small_vector_policy::NoHeap>>;
123 folly::small_vector<T, N, folly::small_vector_policy::NoHeap>>;
596 TEST(small_vector, NoHeap) { in TEST() argument
601 folly::small_vector_policy::NoHeap> in TEST()
629 folly::small_vector<char, 1, NoHeap> notsosmall; in TEST()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/server/
H A DQuicServerWorker.h556 folly::small_vector_policy::NoHeap>,
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A Dsmall_vector.h83 struct NoHeap;
354 typedef typename mpl::count<PolicyList, small_vector_policy::NoHeap>::type
/dports/devel/folly/folly-2021.12.27.00/folly/
H A Dsmall_vector.h86 struct NoHeap;
427 typedef typename mpl::count<PolicyList, small_vector_policy::NoHeap>::type
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/
H A DHQSession.h2091 folly::small_vector_policy::NoHeap>>