HomeSort by relevance Sort by last modified time
    Searched defs:resident (Results 1 - 6 of 6) sorted by null

  /external/markdown/
test-markdown.py 55 def resident(since=0.0): function
56 '''Return resident memory usage in bytes.
  /external/jemalloc/test/unit/
stats.c 6 size_t sz, allocated, active, resident, mapped; local
18 assert_d_eq(mallctl("stats.resident", (void *)&resident, &sz, NULL, 0),
28 assert_zu_lt(active, resident,
29 "active should be less than resident");
  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.cc 143 size_t resident = sizeof(AllocationRegister) local
146 overhead->Add("AllocationRegister", allocated, resident);
  /external/jemalloc/include/jemalloc/internal/
ctl.h 62 size_t resident; member in struct:ctl_stats_s
  /external/jemalloc/src/
stats.c 950 size_t allocated, active, metadata, resident, mapped, retained; local
956 CTL_GET("stats.resident", &resident, size_t);
972 "\t\t\t\"resident\": %zu,\n", resident);
983 " resident: %zu, mapped: %zu, retained: %zu\n",
984 allocated, active, metadata, resident, mapped, retained);
    [all...]
  /external/syslinux/core/fs/ntfs/
ntfs.h 88 union { /* Non-resident $DATA attribute */
91 } resident; member in union:ntfs_inode::__anon33663
282 struct { /* Resident attribute */
285 uint8_t flags; /* Flags of resident attributes */
287 } __attribute__((__packed__)) resident; member in union:ntfs_attr_record::__anon33672
288 struct { /* Non-resident attributes */
307 * Note: it can be either resident or non-resident
331 * Note: always resident
357 * Note: always resident
    [all...]

Completed in 294 milliseconds