Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h802 struct SafeBuffer { struct
804 explicit SafeBuffer(size_t size) : storage_(new uint8_t[size]) { in SafeBuffer() function
832 uint8_t* Get() { return storage_.get(); } in Get()
836 uint8_t* ptr_end_;
860 ProfileLoadStatus ReadProfileLineHeader(SafeBuffer& buffer, argument