Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dmpmcqueue.cc67 InfLenFIFOQueue::Node* InfLenFIFOQueue::AllocateNodes(int num) { in AllocateNodes() function in grpc_core::InfLenFIFOQueue
84 Node* new_chunk = AllocateNodes(kQueueInitNumNodes); in InfLenFIFOQueue()
109 Node* new_chunk = AllocateNodes(curr_count); in Put()
Dmpmcqueue.h170 Node* AllocateNodes(int num);