Searched defs:M_ALIAS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_mod.h38 MALLOC_DECLARE(M_ALIAS); variable
42 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO)
44 #define free(x) free(x, M_ALIAS)

Completed in 33 milliseconds