...
Function | Initialization |
---|---|
| Does not perform initialization |
| Writes zeros to Zero-initializes allocated memory |
| Does not perform initialization |
| Copies contents from original pointer; may not initialize all memory |
...
...
Function | Initialization |
---|---|
| Does not perform initialization |
| Writes zeros to Zero-initializes allocated memory |
| Does not perform initialization |
| Copies contents from original pointer; may not initialize all memory |
...