mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 06:51:32 +00:00
jemalloc source added
This commit is contained in:
4
deps/jemalloc/doc/html.xsl.in
vendored
Normal file
4
deps/jemalloc/doc/html.xsl.in
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="@XSLROOT@/html/docbook.xsl"/>
|
||||
<xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
|
||||
</xsl:stylesheet>
|
1475
deps/jemalloc/doc/jemalloc.3
vendored
Normal file
1475
deps/jemalloc/doc/jemalloc.3
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1526
deps/jemalloc/doc/jemalloc.html
vendored
Normal file
1526
deps/jemalloc/doc/jemalloc.html
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2280
deps/jemalloc/doc/jemalloc.xml.in
vendored
Normal file
2280
deps/jemalloc/doc/jemalloc.xml.in
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
deps/jemalloc/doc/manpages.xsl.in
vendored
Normal file
4
deps/jemalloc/doc/manpages.xsl.in
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="@XSLROOT@/manpages/docbook.xsl"/>
|
||||
<xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
|
||||
</xsl:stylesheet>
|
7
deps/jemalloc/doc/stylesheet.xsl
vendored
Normal file
7
deps/jemalloc/doc/stylesheet.xsl
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:param name="funcsynopsis.style">ansi</xsl:param>
|
||||
<xsl:param name="function.parens" select="1"/>
|
||||
<xsl:template match="mallctl">
|
||||
"<xsl:call-template name="inline.monoseq"/>"
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
Reference in New Issue
Block a user