Home
last modified time | relevance | path

Searched defs:AllocBlock (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_simple_arena.cc87 void QuicheSimpleArena::AllocBlock(size_t size) { in AllocBlock() function in quiche::QuicheSimpleArena
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc63 void MetaMap::AllocBlock(ThreadState *thr, uptr pc, uptr p, uptr sz) { in AllocBlock() function in __tsan::MetaMap
/aosp_15_r20/art/runtime/gc/space/
H A Dbump_pointer_space.cc166 uint8_t* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock() function in art::gc::space::BumpPointerSpace
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_headers.h311 BufferBlock AllocBlock() { return AllocCustomBlock(blocksize_); } in AllocBlock() function