Home
last modified time | relevance | path

Searched refs:entry_dump (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/alarm-clock-applet/alarm-clock-applet-0.3.4/src/tests/
H A Dtest_list_entry.c30 entry_dump (AlarmListEntry *entry) in entry_dump() function
50 entry_dump (entry); in main()
54 entry_dump (entry); in main()
59 entry_dump (entry); in main()
71 entry_dump (entry); in main()
/dports/databases/slony1v2/slony1-2.2.10/src/slon/
H A Dmonitor_thread.c33 static void entry_dump(int i, SlonState * tos);
444 entry_dump(i, tos); in stack_dump()
454 entry_dump(int i, SlonState * tos) in entry_dump() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sessions/core/
H A Dtab_restore_service_helper.cc506 auto* entry_dump = pmd->CreateAllocatorDump(entry_dump_name); in OnMemoryDump() local
508 entry_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
513 entry_dump->AddScalar("age", in OnMemoryDump()
518 pmd->AddSuballocation(entry_dump->guid(), system_allocator_name); in OnMemoryDump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sessions/core/
H A Dtab_restore_service_helper.cc531 auto* entry_dump = pmd->CreateAllocatorDump(entry_dump_name); in OnMemoryDump() local
533 entry_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
538 entry_dump->AddScalar("age", in OnMemoryDump()
543 pmd->AddSuballocation(entry_dump->guid(), system_allocator_name); in OnMemoryDump()
/dports/net/mpich/mpich-3.4.3/src/mpid/common/sched/
H A Dmpidu_sched.c50 static void entry_dump(FILE * fh, struct MPIDU_Sched_entry *e) in entry_dump() function
122 entry_dump(fh, &(s->entries[i])); in sched_dump()