Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h723 struct SafeBuffer { struct
725 explicit SafeBuffer(size_t size) : storage_(new uint8_t[size]) { in SafeBuffer() function
753 uint8_t* Get() { return storage_.get(); } in Get()
757 uint8_t* ptr_end_;
781 ProfileLoadStatus ReadProfileLineHeader(SafeBuffer& buffer, argument