Branch: Tag:

1996-12-06

1996-12-06 02:35:27 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

typo fixed

Rev: src/modules/files/doc/file:1.4
Rev: src/modules/zlibmod/doc/gz_deflate:1.2
Rev: src/modules/zlibmod/doc/gz_inflate:1.2

1715:      </doc>   </docgroup> + <docgroup homogen-name='_memory_usage' homogen-type='method'> + <method name='_memory_usage'/><doc placeholder='true'> + <text> + <p><tt>_memory_usage</tt> - check memory usage</p> +  + <tt><p>mapping(string:int) <i>_memory_usage</i>();<br/> + </p> + </tt> + <p>This function is mostly intended for debugging. It delivers a mapping + with information about how many arrays/mappings/strings etc. there + are currently allocated and how much memory they use. Try evaluating + the function in hilfe to see precisly what it returns.</p> + </text> +  + <group><seealso/><text> + <p><ref resolved='predef::_verify_internals' to='_verify_internals'>_verify_internals</ref></p> + </text></group> +  + </doc> + </docgroup> + <docgroup homogen-name='_next' homogen-type='method'> + <method name='_next'/><doc placeholder='true'> + <text> + <p><tt>_next</tt> - find the next object/array/whatever</p> +  + <tt><p>mixed _next(mixed <i>p</i>);<br/> + </p> + </tt> + <p>This function returns the 'next' object/array/mapping/string/etc + in the linked list. It is mainly meant for debugging Pike but + can also be used to control memory usage.</p> + </text> +  + <group><seealso/><text> + <p><ref resolved='predef::next_object' to='next_object'>next_object</ref> and <ref resolved='predef::_prev' to='_prev'>_prev</ref></p> + </text></group> +  + </doc> + </docgroup> + <docgroup homogen-name='_prev' homogen-type='method'> + <method name='_prev'/><doc placeholder='true'> + <text> + <p><tt>_prev</tt> - find the previous object/array/whatever</p> +  + <tt><p>mixed _next(mixed <i>p</i>);<br/> + </p> + </tt> + <p>This function returns the 'previous' object/array/mapping/etc + in the linked list. It is mainly meant for debugging Pike but + can also be used to control memory usage. Note that this function + does not work on strings.</p> + </text> +  + <group><seealso/><text> + <p><ref resolved='predef::_next' to='_next'>_next</ref></p> + </text></group> +  + </doc> + </docgroup>   <docgroup homogen-name='_verify_internals' homogen-type='method'>   <method name='_verify_internals'/><doc placeholder='true'>   <text>
7259:   The only way to separate these two kinds of zeros is zero_type.   When doing a find_call_out or mapping lookup, zero_type on this value   will return 1 if there was no such thing present in the mappping, or - no such call_out could be found. Otherwize zero_type will return zero. + no such call_out could be found. If the argument to zero type is a + destructed object or a function in a destructed object, 2 will be + returned. Otherwize zero_type will return zero.   </p>   <p>If the argument is not an int, zero will be returned.</p>   
8058:   </text>      <group><seealso/><text> - <p><ref to='predef::set_nonblocking'>files/set_nonblocking</ref></p> + <p><ref resolved='predef::/precompiled/file.set_nonblocking' to='file-&gt;set_nonblocking'>file-&gt;set_nonblocking</ref></p>   </text></group>      </doc>
8179:   </text>      <group><seealso/><text> - <p><ref to='files-&gt;set_blocking'>files-&gt;set_blocking</ref></p> + <p><ref resolved='predef::/precompiled/file.set_blocking' to='file-&gt;set_blocking'>file-&gt;set_blocking</ref></p>   </text></group>      </doc>