HomeSort by relevance Sort by last modified time
    Searched refs:allocation_state_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 46 allocation_state_ = SINGLE_OBJECT;
52 allocation_state_ = SINGLE_OBJECT;
59 allocation_state_ = ARRAY;
67 allocation_state_ = SINGLE_OBJECT_WITH_ARRAY;
73 assert(allocation_state_ == ARRAY);
83 assert(allocation_state_ == SINGLE_OBJECT_WITH_ARRAY);
minidump_file_writer.h 212 allocation_state_(UNALLOCATED) {}
216 if (allocation_state_ != ARRAY)
267 AllocationState allocation_state_; member in class:google_breakpad::TypedMDRVA

Completed in 1426 milliseconds