Home
last modified time | relevance | path

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

/external/pigweed/pw_multibuf/public/pw_multibuf/
Dallocator.h230 bool needs_contiguous) in AllocationWaiter()
267 size_t needs_contiguous() const { return needs_contiguous_; } in needs_contiguous() function
311 bool needs_contiguous) in MultiBufAllocationFuture()
316 bool needs_contiguous() const { return waiter_.needs_contiguous(); } in needs_contiguous() function
/external/pigweed/pw_multibuf/
Dsimple_allocator.cc60 bool needs_contiguous) { in DoAllocate()