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

  /external/chromium_org/base/process/
process_metrics_freebsd.cc 101 unsigned long mem_total, mem_free, mem_inactive; local
107 length = sizeof(mem_free);
108 if (sysctlbyname("vm.stats.vm.v_free_count", &mem_free, &length, NULL, 0) < 0)
119 return mem_total - (mem_free*pagesize) - (mem_inactive*pagesize);
process_metrics_openbsd.cc 146 unsigned long mem_total, mem_free, mem_inactive; local
153 mem_free = vmtotal.t_free;
158 return mem_total - (mem_free*pagesize) - (mem_inactive*pagesize);
  /external/openssl/crypto/bio/
bss_mem.c 70 static int mem_free(BIO *data);
81 mem_free,
128 static int mem_free(BIO *a) function
237 mem_free(b);
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio_mem.c 114 static int mem_free(BIO *bio) { function
260 mem_free(bio);
295 mem_gets, mem_ctrl, mem_new, mem_free, NULL, };
  /external/bluetooth/bluedroid/stack/sdp/
sdp_discovery.c 856 if (p_db->mem_free < sizeof (tSDP_DISC_REC))
861 p_db->mem_free -= sizeof (tSDP_DISC_REC);
925 if (p_db->mem_free < total_len)
946 p_db->mem_free -= sizeof (tSDP_DISC_ATTR);
    [all...]
sdp_api.c 91 p_db->mem_free = p_db->mem_size;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c     [all...]
gatt_int.h 221 UINT32 mem_free; /* Memory still available */ member in struct:__anon5908
gatt_utils.c 403 p_elem->svc_db.mem_free = 0;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 921 u64 mem_total, mem_free, mem; local
938 mem_free = mem;
948 ret = do_write(fd, &mem_free, sizeof(u64));
1399 uint64_t mem_total, mem_free; local
1417 mem_free = strtoull(str, &tmp, 0);
1423 c, mem_total, mem_free);
1919 uint64_t mem_total, mem_free; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 134 UINT32 mem_free; /* Memory still available */ member in struct:__anon6234

Completed in 284 milliseconds