Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 25 of 69) sorted by relevance

123

/openbsd-src/lib/libc/gen/
H A Dgetcwd.c27 char *allocated = NULL; in getcwd() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Denviron.h29 int allocated; member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Ddyn-string.h25 int allocated; /* The amount of space allocated for the string. */ member
/openbsd-src/gnu/gcc/include/
H A Ddyn-string.h25 int allocated; /* The amount of space allocated for the string. */ member
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vce.c699 uint32_t handle, uint32_t *allocated) in amdgpu_vce_validate_handle() argument
743 uint32_t allocated = 0; in amdgpu_vce_ring_parse_cs() local
981 uint32_t allocated = 0; amdgpu_vce_ring_parse_cs_vm() local
[all...]
/openbsd-src/sbin/dmesg/
H A Ddmesg.c69 char *allocated = NULL; in main() local
/openbsd-src/lib/libfuse/
H A Dfuse_opt.h28 int allocated; member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cpp21 vector<pair<char *, size_t> > allocated; in MallocThread() local
H A Dsanitizer_allocator_test.cpp227 std::vector<void *> allocated; in TestSizeClassAllocator() local
372 void *allocated[kNumAllocs]; in SizeClassAllocatorMetadataStress() local
608 char *allocated[kNumAllocs]; in TEST() local
700 std::vector<void*> allocated; in TestCombinedAllocator() local
792 void *allocated[kNumAllocs]; in TestSizeClassAllocatorLocalCache() local
970 std::vector<void *> allocated; in TestSizeClassAllocatorIteration() local
1031 char *allocated[kNumAllocs]; in TEST() local
1059 char *allocated[kNumAllocs]; in TEST() local
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_vce.c549 uint32_t handle, bool *allocated) in radeon_vce_validate_handle()
589 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local
/openbsd-src/gnu/lib/libiberty/include/
H A Ddyn-string.h25 int allocated; /* The amount of space allocated for the string. */ member
/openbsd-src/gnu/usr.bin/binutils/include/
H A Ddyn-string.h25 int allocated; /* The amount of space allocated for the string. */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dline-map.h55 unsigned int allocated; member
/openbsd-src/lib/libcbor/src/cbor/
H A Ddata.h117 size_t allocated; member
124 size_t allocated; member
/openbsd-src/lib/libexpat/tests/
H A Dminicheck.h120 int allocated; member
/openbsd-src/gnu/gcc/libcpp/include/
H A Dline-map.h67 unsigned int allocated; member
/openbsd-src/gnu/gcc/gcc/
H A Dggc-common.c785 size_t allocated; member
864 ggc_record_overhead (size_t allocated, size_t overhead, void *ptr, in ggc_record_overhead()
949 size_t collected = 0, freed = 0, allocated = 0, overhead = 0, times = 0; in dump_ggc_loc_statistics() local
H A Dvarray.c40 int allocated; member
H A Dalloc-pool.c72 int allocated; member
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.h41 u8 allocated : 8; // Must be first. member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp34 static uptr allocated() { return 0; } in allocated() function
H A Dsanitizer_stackdepot.cpp73 uptr StackDepotNode::allocated() { in allocated() function in __sanitizer::StackDepotNode
H A Dsanitizer_symbolizer_libbacktrace.cpp44 uptr size, allocated; member
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp182 void *allocated; in HwasanAllocate() local
545 bool LsanMetadata::allocated() const { in allocated() function in __lsan::LsanMetadata
/openbsd-src/lib/libcurses/tinfo/
H A Dcomp_scan.c198 static size_t allocated; in next_char() local

123