added the IMallocSpy calls to the top-level IMalloc functions;

also fixed a compiler warning in qdivrem
This commit is contained in:
Eric J. Bowersox
2013-06-04 23:05:02 -06:00
parent 6efccb8d19
commit 0a31211d96
3 changed files with 121 additions and 5 deletions

View File

@@ -53,6 +53,13 @@
#endif /* __cplusplus */
/*----------------------------
* Additional compiler macros
*----------------------------
*/
#define UNUSED(var) ((void)var)
#endif /* __ASM__ */
#endif /* __COMPILER_MACROS_H_INCLUDED */