#include "stdafx.h"#include "UMemoryMgr.h"Include dependency graph for UMemoryMgr.cpp:

Functions | |
| SInt32 | BlockCompare (const void *s1, const void *s2, UInt32 n) |
| Compare two equal-length blocks of memory, lhs and rhs. | |
| SInt32 | BlockCompare (const void *inPtr1, const void *inPtr2, UInt32 inLen1, UInt32 inLen2) |
| Compare two blocks of memory, lhs and rhs of different lengths. | |
|
||||||||||||||||||||
|
Compare two blocks of memory, lhs and rhs of different lengths. Lengths are only used to decide comparison if they are identical in the initial part.
|
|
||||||||||||||||
|
Compare two equal-length blocks of memory, lhs and rhs.
|
1.2.17