-
### Description
I've been working with an application which requires multiple GameWindow instances to be opened during runtime. It works well, except for unexpected memory leaks when old GameWindow…
-
Originally reported on Google Code with ID 379
```
This is for porting leak sanitizer for Android with arm64. It seems 32bit arm had issues
documented at https://code.google.com/p/address-sanitizer/i…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
```
The following should detect an error, but is not.
int * p = new int[10];
delete p;
Must use delete [] when allocated with new []. This is seen with gperftools-2.0
```
Original issue r…
-
### Description
The memory used by a `useSharedValue` is never released when the component is unmounted and is always held
### Steps to reproduce
Create a flatlist component that renders some…
Lapz updated
3 months ago
-
Is there a way to not eat up so much memory? Pqiv eats up around half my computer's 4GB of memory with just a single instance (and climbing) before I decide to restart pqiv. running given these param…
-
It's a common use case to need access to the request data, (ex: headers) further down the user code, or to want to store stateful information that is scoped to a specific request. - this is a concept …
-
** CID 163940: FindBugs: Performance (FB.SBSC_USE_STRINGBUFFER_CONCATENATION)
/ArgusCore/src/main/java/com/salesforce/dva/argus/service/tsdb/PhoenixTSDBEngine.java: 71 in com.salesforce.dva.argus.s…
bsura updated
7 years ago