Memory Management (MEM)
Contents
Android Only
This section is under construction.
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++
This section is under construction.
Java
This section is under construction.