android_system_core/libutils/binder
Steven Moreland a190ecb6f1 RefBase: document leak memory case
We should fix the leak, but it introduces the possibility
that something is use this. Instead, document best practice
(not to allocate RefBase objects on the stack).

Fixes: 295340906
Test: N/A
Change-Id: Ife7a561f790dc687fb99b73729818e61834fa272
2024-10-21 23:18:50 +00:00
..
include/utils Fix libutils_binder_sdk build warnings 2024-05-28 09:51:20 -07:00
Android.bp Fix libutils_binder_sdk build warnings 2024-05-28 09:51:20 -07:00
Errors.cpp
Errors_test.cpp
FuzzFormatTypes.h
RefBase.cpp RefBase: document leak memory case 2024-10-21 23:18:50 +00: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 Fix libutils_binder_sdk build warnings 2024-05-28 09:51:20 -07:00
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 Define String8 and String16 operator<=> 2024-05-15 17:34:57 -07:00
String16.cpp Fix libutils_binder_sdk build warnings 2024-05-28 09:51:20 -07:00
String16_fuzz.cpp
String16_test.cpp Define String8 and String16 operator<=> 2024-05-15 17:34:57 -07:00
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 Avoid unnecessary allocation in VectorImpl 2024-10-08 08:36:03 +00:00