Searched defs:FixedBuffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dfixed_buffer.cc17 FixedBuffer::FixedBuffer(size_t size) function in class:mojo::internal::FixedBuffer
25 FixedBuffer::~FixedBuffer() {
29 void* FixedBuffer::Allocate(size_t delta) {
43 void* FixedBuffer::Leak() {
H A Dfixed_buffer.h14 // FixedBuffer provides a simple way to allocate objects within a fixed chunk
17 // explicitly. Instead, they remain valid so long as the FixedBuffer remains
19 // FixedBuffer.
24 // FixedBuffer buf(8 + 8);
38 class FixedBuffer : public Buffer { class in namespace:mojo::internal
40 explicit FixedBuffer(size_t size);
41 virtual ~FixedBuffer();
61 MOJO_DISALLOW_COPY_AND_ASSIGN(FixedBuffer);

Completed in 67 milliseconds