java_sources( name = 'jurt-src', srcs = glob(['com/**']), visibility = ['PUBLIC'], ) java_doc( name = 'jurt-javadoc', title = 'LibreOffice Java Uno Runtime', pkgs = [ 'com.sun.star', ], paths = ['.'], srcs = glob(['com/**']), deps = [ '//:jurt', '//:unoloader', ], visibility = ['PUBLIC'], ) eedesktop.org/~miku/drm-intel' title='~miku/drm-intel Git repository'/>
summaryrefslogtreecommitdiff
path: root/lib/show_mem.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-2/+2
2015-09-08lib/show_mem.c: correct reserved memory calculationVishnu Pratap Singh1-3/+1
2015-02-12lib/show_mem.c: remove redundant includeRasmus Villemoes1-1/+0
2014-12-18lib/show_mem.c: add cma reserved informationV