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

/ast/src/lib/libast/vmalloc/
H A Dmalloc.c144 static int _Vmpffd = -1; variable
1255 vmprofile(Vmregion,_Vmpffd);
1371 _Vmpffd = createfile(v);
1433 if (_Vmpffd < 0)
1434 _Vmpffd = 2;
1438 else if (_Vmpffd >= 0)
1440 close(_Vmpffd);
1441 _Vmpffd = -1;

Completed in 16 milliseconds