Home
last modified time | relevance | path

Searched refs:memory_size (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dprintf-parse.c88 size_t memory_size; \ in PRINTF_PARSE()
94 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE()
95 if (size_overflow_p (memory_size)) \ in PRINTF_PARSE()
99 ? realloc (a->arg, memory_size) \ in PRINTF_PARSE()
100 : malloc (memory_size)); \ in PRINTF_PARSE()
504 size_t memory_size; in PRINTF_PARSE() local
508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE()
509 if (size_overflow_p (memory_size)) in PRINTF_PARSE()
512 memory = realloc (d->dir, memory_size); in PRINTF_PARSE()
H A Dvasnprintf.c187 size_t memory_size; \ in VASNPRINTF()
193 memory_size = xtimes (allocated, sizeof (CHAR_T)); \ in VASNPRINTF()
194 if (size_overflow_p (memory_size)) \ in VASNPRINTF()
197 memory = (CHAR_T *) malloc (memory_size); \ in VASNPRINTF()
199 memory = (CHAR_T *) realloc (result, memory_size); \ in VASNPRINTF()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_bionic.cpp58 uintptr_t memory_addr, size_t memory_size) { in __scudo_get_error_info() argument
61 memory_size); in __scudo_get_error_info()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h78 uintptr_t memory_addr, size_t memory_size);
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp748 malloc_match *find_pointer_in_memory(uint64_t memory_addr, uint64_t memory_size, in find_pointer_in_memory() argument
764 memory_addr, memory_size); in find_pointer_in_memory()
/openbsd-src/sys/dev/pci/drm/amd/include/
H A Datomfirmware.h3188 uint32_t memory_size; // Total memory size in unit of MB for CONFIG_MEMSIZE zeros member
3311 uint32_t memory_size; // Total memory size in unit of MB for CONFIG_MEMSIZE zeros member
3353 uint32_t memory_size; // Total memory size in unit of MB for CONFIG_MEMSIZE zeros member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp347 unsigned memory_size() const { return MemoryMembers.size(); } in memory_size() function in __anon1f4f44df0111::CongruenceClass
2159 if (CC->memory_size() == 1) in getNextMemoryLeader()
/openbsd-src/sys/dev/pci/
H A Darc.c417 u_int32_t memory_size; member
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19952299 * sh-tdep.c (memory_size): Remove command.
H A DChangeLog-19934724 * sh-tdep.c (_initialize_sh_tdep): Add memory_size command.