Prev
Pacemaker Development
Next
3.2.4. Memory Allocation
Always use calloc() rather than malloc(). It has no additional cost on modern operating systems, and reduces the severity of uninitialized memory usage bugs.
Prev
3.2.3. Symbol Naming
Up
Home
Next
3.2.5. Logging