Home
last modified time | relevance | path

Searched defs:new_dynamic (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/gprpp/
Dinlined_vector.h102 T* new_dynamic = static_cast<T*>(gpr_malloc(sizeof(T) * capacity)); in reserve() local
/external/rust/crates/protobuf/src/reflect/file/
Dmod.rs214 pub fn new_dynamic( in new_dynamic() method