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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 100 uint64_t memsz() const function in class:mcld::ELFSegment
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 64 static StackDesc *tryallocDesc(uptr memsz) {
69 if (cmp == 0 || cmp + memsz > end)
72 &depot.region_pos, &cmp, cmp + memsz,
80 uptr memsz = sizeof(StackDesc) + (size - 1) * sizeof(uptr); local
81 StackDesc *s = tryallocDesc(memsz);
87 s = tryallocDesc(memsz);
92 if (allocsz < memsz)
93 allocsz = memsz;
  /external/kernel-headers/original/linux/
kexec.h 50 size_t memsz; member in struct:kexec_segment
58 compat_size_t memsz; member in struct:compat_kexec_segment

Completed in 56 milliseconds