Searched refs:memory_size (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/texinfo/intl/ |
| H A D | printf-parse.c | 88 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 D | vasnprintf.c | 187 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 D | wrappers_c_bionic.cpp | 58 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 D | interface.h | 78 uintptr_t memory_addr, size_t memory_size);
|
| /openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/heap/ |
| H A D | heap_find.cpp | 748 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 D | atomfirmware.h | 3188 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 D | NewGVN.cpp | 347 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 D | arc.c | 417 u_int32_t memory_size; member
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1995 | 2299 * sh-tdep.c (memory_size): Remove command.
|
| H A D | ChangeLog-1993 | 4724 * sh-tdep.c (_initialize_sh_tdep): Add memory_size command.
|