Memory Management (MEM)
Contents
Android Only
Content by label
There is no content with the specified labels
C
- MEM30-C. Do not access freed memory
- MEM31-C. Free dynamically allocated memory when no longer needed
- MEM34-C. Only free memory allocated dynamically
- MEM35-C. Allocate sufficient memory for an object
- MEM36-C. Do not modify the alignment of objects by calling realloc()
C++
Content by label
There is no content with the specified labels
Java
Content by label
There is no content with the specified labels