Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/vm/rm.h
Real path: /usr/include/vm/rm.h
Zurück
/* * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ /* * University Copyright- Copyright (c) 1982, 1986, 1988 * The Regents of the University of California * All Rights Reserved * * University Acknowledgment- Portions of this document are derived from * software developed by the University of California, Berkeley, and its * contributors. */ #ifndef _VM_RM_H #define _VM_RM_H #ifdef __cplusplus extern "C" { #endif #ifdef _KERNEL extern size_t rm_asrss(struct as *, boolean_t); extern ushort_t rm_pctmemory(struct as *); #endif /* _KERNEL */ #ifdef __cplusplus } #endif #endif /* _VM_RM_H */