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 93 class FreeEntry : public AllocEntry {
95 FreeEntry(void* pointer);
96 virtual ~FreeEntry() = default;
101 DISALLOW_COPY_AND_ASSIGN(FreeEntry);
RecordData.cpp 65 FreeEntry::FreeEntry(void* pointer) : AllocEntry(pointer) {
68 std::string FreeEntry::GetString() const {
malloc_debug.cpp 406 g_debug->record->AddEntry(new FreeEntry(pointer));
  /external/vboot_reference/tests/
cgptlib_test.c     [all...]

Completed in 340 milliseconds