cwMem.cpp : Corrected comment.
This commit is contained in:
parent
d45d86b8be
commit
7d7f0c1bc9
@ -12,7 +12,7 @@ void* cw::mem::_alloc( void* p0, unsigned n, unsigned flags )
|
|||||||
|
|
||||||
n += 2*sizeof(unsigned); // add space for the size of the block
|
n += 2*sizeof(unsigned); // add space for the size of the block
|
||||||
|
|
||||||
// if there is no existing block
|
// if there is an existing block
|
||||||
if( p0 != nullptr )
|
if( p0 != nullptr )
|
||||||
{
|
{
|
||||||
// get a pointer to the base of the exsting block
|
// get a pointer to the base of the exsting block
|
||||||
|
Loading…
Reference in New Issue
Block a user