Home
last modified time | relevance | path

Searched refs:varobject_bytelength (Results 1 – 5 of 5) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_objsize.d26 global uintM varobject_bytelength (object obj);
498 global uintM varobject_bytelength (object obj) { in varobject_bytelength() function
H A Dspvw_typealloc.d242 var uintL size = varobject_bytelength(string); in reallocate_small_string()
294 if (size != varobject_bytelength(string)) abort(); in reallocate_small_string()
H A Dpredtype.d3206 statistics_statistics(1,varobject_bytelength(obj),Svector_length(obj)*2);
3222 svector_bytes += varobject_bytelength(obj);
H A Dlispbibl.d13383 extern uintM varobject_bytelength (object obj);
20419 (aint)TheVarobject(vo) + varobject_bytelength(vo))
H A DChangeLog22334 varobject_bytelength() instead of objsize() to compile with SPVW_PURE
29985 (varobject_bytelength): Return uintM.
30010 * spvw_objsize.d (varobject_bytelength): Return uintM.
60454 (varobject_bytelength): Move out.
61448 (varobject_bytelength): Use TheVarobject instead of pointable.