Searched refs:AllocRecord (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/trace-engine/
H A Dcontext_impl.h70 uint64_t* AllocRecord(size_t num_bytes);
105 // approaches overflowing. See AllocRecord().
H A Dcontext_api.cpp272 : ptr_(context->AllocRecord(num_bytes)) {}
277 : context->AllocRecord(num_bytes)) {}
1107 return context->AllocRecord(num_bytes);
H A Dcontext.cpp110 uint64_t* trace_context::AllocRecord(size_t num_bytes) { function in class:trace_context
539 // buffer is full. AllocRecord, on seeing the buffer is full, will

Completed in 29 milliseconds