Skip to content

Commit

Permalink
We never use calloc() internally.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 9, 2012
1 parent eac0f11 commit 25224b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs.h
Expand Up @@ -2095,7 +2095,7 @@ typedef struct PHYSFS_Allocator
* for it, you can probably ignore this forever.)
*
* By default, PhysicsFS will use whatever is reasonable for a platform
* to manage dynamic memory (usually ANSI C malloc/realloc/calloc/free, but
* to manage dynamic memory (usually ANSI C malloc/realloc/free, but
* some platforms might use something else), but in some uncommon cases, the
* app might want more control over the library's memory management. This
* lets you redirect PhysicsFS to use your own allocation routines instead.
Expand Down

0 comments on commit 25224b0

Please sign in to comment.