Skip to content

Commit

Permalink
specify that caml_alloc_custom_mem is available since 4.08 (#10704)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Oct 18, 2021
1 parent a7bf9cb commit f442361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/src/cmds/intf-c.etex
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ memory that are held by your custom block. This function works like
"caml_alloc_custom" except that the "max" parameter is under the
control of the user (via the "custom_major_ratio",
"custom_minor_ratio", and "custom_minor_max_size" parameters) and
proportional to the heap sizes.
proportional to the heap sizes. It has been available since OCaml 4.08.0.

\subsection{ss:c-custom-access}{Accessing custom blocks}

Expand Down

0 comments on commit f442361

Please sign in to comment.