android_system_core/libutils/binder
Steven Moreland 38d36e4492 libutils: T* is a trivial type
Avoid calling constructors/destructors for
each element, when we have Vector<T*>. These
are used in libbinder and elsewhere.

std::vector is still faster but uses more mem.

Bugs: me
Test: boot && binderLibTest
Change-Id: Id1239daddd018f8eee5480d1cb6dd25d6f4df808
2024-04-26 21:08:48 +00:00
..
include/utils libutils: T* is a trivial type 2024-04-26 21:08:48 +00:00
Android.bp Introduce libutils_binder_sdk 2023-12-07 14:04:16 -08:00
Errors.cpp
Errors_test.cpp
FuzzFormatTypes.h
RefBase.cpp Allow disabling callstack 2023-10-27 10:48:43 -07:00
RefBase_fuzz.cpp
RefBase_test.cpp RefBase: update sp and wp to allow constinit 2024-02-21 21:34:22 -08:00
SharedBuffer.cpp
SharedBuffer.h
SharedBuffer_test.cpp Remove obsolete __STDC_LIMIT_MACROS references. 2024-02-09 16:40:02 +00:00
String8.cpp Remove obsolete __STDC_LIMIT_MACROS references. 2024-02-09 16:40:02 +00:00
String8_fuzz.cpp
String8_test.cpp
String16.cpp
String16_fuzz.cpp
String16_test.cpp
StrongPointer.cpp
StrongPointer_test.cpp Add StrongPointer::release() 2023-11-20 11:55:02 -05:00
Unicode.cpp
Unicode_test.cpp
Vector_benchmark.cpp
Vector_fuzz.cpp
Vector_test.cpp Remove obsolete __STDC_LIMIT_MACROS references. 2024-02-09 16:40:02 +00:00
VectorImpl.cpp