/aosp_15_r20/art/libartbase/base/ |
H A D | arena_allocator_test.cc | 161 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local 174 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local 187 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local 200 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local 217 const size_t new_size = arena_allocator::kArenaDefaultSize + ArenaAllocator::kAlignment * 2; in TEST_F() local 232 const size_t new_size = arena_allocator::kArenaDefaultSize + in TEST_F() local 250 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local 267 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local 284 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local 301 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local [all …]
|
/aosp_15_r20/external/pigweed/pw_allocator/ |
H A D | block_allocator_testing.cc | 154 size_t new_size = 1; in ResizeNull() local 163 size_t new_size = kLargeInnerSize; in ResizeLargeSame() local 173 size_t new_size = kSmallInnerSize; in ResizeLargeSmaller() local 184 size_t new_size = kLargeInnerSize * 2; in ResizeLargeLarger() local 195 size_t new_size = kLargeInnerSize * 2; in ResizeLargeLargerFailure() local 204 size_t new_size = kSmallInnerSize; in ResizeSmallSame() local 214 size_t new_size = kSmallInnerSize / 2; in ResizeSmallSmaller() local 225 size_t new_size = kSmallInnerSize * 2; in ResizeSmallLarger() local 236 size_t new_size = kSmallInnerSize * 2 + kDefaultBlockOverhead; in ResizeSmallLargerFailure() local
|
H A D | fallback_allocator_test.cc | 103 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local 121 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local 139 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local 158 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local
|
/aosp_15_r20/external/eigen/Eigen/src/StlSupport/ |
H A D | StdVector.h | 80 void resize(size_type new_size) in resize() 85 void resize(size_type new_size, const value_type& x) in resize() 97 void insert(const_iterator position, size_type new_size, const value_type& x) in insert() 102 void resize(size_type new_size, const value_type& x) in resize() 108 void resize(size_type new_size, const value_type& x) in resize() 118 void resize(size_type new_size, const value_type& x) in resize()
|
H A D | StdDeque.h | 80 void resize(size_type new_size) in resize() 85 void resize(size_type new_size, const value_type& x) in resize() 99 void insert(const_iterator position, size_type new_size, const value_type& x) in insert() 103 void resize(size_type new_size, const value_type& x) in resize()
|
H A D | StdList.h | 80 void resize(size_type new_size) in resize() 83 void resize(size_type new_size, const value_type& x) in resize() 98 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | container_annotations.h | 28 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument 40 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument 52 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument 54 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | container_annotations.h | 28 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument 40 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument 52 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument 54 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
|
/aosp_15_r20/external/icing/icing/absl_ports/ |
H A D | str_cat.cc | 128 std::string::size_type new_size = old_size + a.length(); in StrAppend() local 137 std::string::size_type new_size = old_size + a.length() + b.length(); in StrAppend() local 148 std::string::size_type new_size = in StrAppend() local 161 std::string::size_type new_size = in StrAppend() local
|
/aosp_15_r20/external/eigen/Eigen/src/Core/util/ |
H A D | Memory.h | 215 inline void* aligned_realloc(void *ptr, std::size_t new_size, std::size_t old_size) in aligned_realloc() 268 template<bool Align> inline void* conditional_aligned_realloc(void* ptr, std::size_t new_size, std:… in conditional_aligned_realloc() 376 …GEN_DEVICE_FUNC inline T* conditional_aligned_realloc_new(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new() 420 …ool Align> inline T* conditional_aligned_realloc_new_auto(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new_auto()
|
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | allocator.h | 106 bool Resize(void* ptr, size_t new_size) { in Resize() 113 bool Resize(void* ptr, Layout layout, size_t new_size) { in Resize() 153 void* Reallocate(void* ptr, Layout old_layout, size_t new_size) { in Reallocate()
|
/aosp_15_r20/external/jemalloc_new/test/integration/ |
H A D | extent.c | 104 size_t old_size, new_size, sz; in test_manual_hook_auto_arena() local 141 size_t old_size, new_size, sz; in test_manual_hook_body() local 227 size_t new_size, sz; in TEST_BEGIN() local
|
/aosp_15_r20/external/elfutils/libelf/ |
H A D | elf_compress.c | 66 size_t *new_size, bool force, in __libelf_compress_zlib() 194 size_t *new_size, bool force, in __libelf_compress_zstd() 298 size_t *new_size, bool force, bool use_zstd) in __libelf_compress() 622 size_t orig_size, orig_addralign, new_size; in elf_compress() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | stl_util.h | 52 inline void STLStringResizeUninitialized(std::string* s, size_t new_size) { in STLStringResizeUninitialized() 59 size_t new_size) { in STLStringResizeUninitializedAmortized()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stl_util.h | 52 inline void STLStringResizeUninitialized(std::string* s, size_t new_size) { in STLStringResizeUninitialized() 59 size_t new_size) { in STLStringResizeUninitializedAmortized()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/ |
D | resize_fn_imps.hpp | 79 resize_imp(size_type new_size) in resize_imp() 112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/ |
D | resize_fn_imps.hpp | 79 resize_imp(size_type new_size) in resize_imp() 112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions()
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | allocator.h | 42 size_t new_size, size_t in_use_back, in reallocate_downward() 58 size_t new_size, size_t in_use_back, in memcpy_downward()
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | allocator.h | 42 size_t new_size, size_t in_use_back, in reallocate_downward() 58 size_t new_size, size_t in_use_back, in memcpy_downward()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
D | split_join_fn_imps.hpp | 59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local 119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
D | split_join_fn_imps.hpp | 59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local 119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | strcat.cc | 137 static inline void STLStringResizeUninitialized(string* s, size_t new_size) { in STLStringResizeUninitialized() 147 void STLStringReserveAmortized(string_type *s, size_t new_size) { in STLStringReserveAmortized() 160 void STLStringResizeUninitializedAmortized(string_type *s, size_t new_size) { in STLStringResizeUninitializedAmortized()
|
H A D | tstring.h | 409 inline void tstring::resize(size_t new_size, char c) { in resize() 413 inline void tstring::resize_uninitialized(size_t new_size) { in resize_uninitialized() 519 const size_t new_size = size() + n; in append() local
|
/aosp_15_r20/external/bsdiff/ |
H A D | fake_patch_writer.h | 23 bool Init(size_t new_size) override { in Init() 57 size_t new_size() const { return new_size_; } in new_size() function
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/ |
H A D | resize_storage_bytes.cpp | 14 static void resize_storage_bytes_(const Tensor& variable, SymInt new_size) { in resize_storage_bytes_() 32 SymInt new_size) { in resize_storage_bytes__functionalize()
|