Searched refs:M_SWAP (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.c124 #define M_SWAP M_TEMP macro
149 static MALLOC_DEFINE(M_SWAP, "SWAP", "Swap space");
180 bl = malloc(sizeof(struct blist), M_SWAP, M_WAITOK);
189 bl->bl_root = malloc(sizeof(blmeta_t) * bl->bl_rootblks, M_SWAP, M_WAITOK);
209 free(bl->bl_root, M_SWAP);
210 free(bl, M_SWAP);

Completed in 17 milliseconds