Searched refs:_used (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/ |
| H A D | xpt_arena.c | 64 #define LOG_MALLOC(_a, _req, _used) \ 69 (_a)->LOG_MallocTotalBytesUsed += (_used); \ 96 #define LOG_MALLOC(_a, _req, _used) ((void)0)
|
| /vbox/src/VBox/GuestHost/OpenGL/util/ |
| H A D | hash.c | 123 # define CR_HASH_IDPOOL_DBG_CHECK_USED(_p, _start, _count, _used) do { \ 125 crHashIdPoolDbgCheckUsed( (_p), (_start), (_count), (_used) ); \ 130 # define CR_HASH_IDPOOL_DBG_CHECK_USED(_p, _start, _count, _used) do { } while (0)
|
Completed in 522 milliseconds