Skip to content

Commit

Permalink
Added dummy printMemoryLog
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Jul 2, 2015
1 parent 6facd40 commit a30bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/core/memory.d
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ version(MemoryDebug)
}
else
{
void printRecords() {}
void printMemoryLog() {}
}

size_t allocatedMemory()
Expand Down

0 comments on commit a30bcb4

Please sign in to comment.