Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.cc274 class MallocRefCount { class
277 MallocRefCount* r = static_cast<MallocRefCount*>(arg); in Destroy()
278 r->~MallocRefCount(); in Destroy()
282 MallocRefCount() in MallocRefCount() function in __anonfd24daf80111::MallocRefCount
285 ~MallocRefCount() = default;
312 static_cast<MallocRefCount*>(gpr_malloc(sizeof(MallocRefCount) + length)); in HeapInit()
316 new (rc) MallocRefCount(); in HeapInit()