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

  /bionic/libc/malloc_debug/
RecordData.h 92 class FreeEntry : public AllocEntry {
94 explicit FreeEntry(void* pointer);
95 virtual ~FreeEntry() = default;
100 DISALLOW_COPY_AND_ASSIGN(FreeEntry);
RecordData.cpp 63 FreeEntry::FreeEntry(void* pointer) : AllocEntry(pointer) {}
65 std::string FreeEntry::GetString() const {
malloc_debug.cpp 442 g_debug->record->AddEntry(new FreeEntry(pointer));
  /external/vboot_reference/tests/
cgptlib_test.c     [all...]

Completed in 95 milliseconds