all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* About string header
@ 2013-02-28  8:49 Xue Fuqiao
  2013-02-28 13:47 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Xue Fuqiao @ 2013-02-28  8:49 UTC (permalink / raw)
  To: emacs-devel

In (info "(elisp) Garbage Collection"):

 -- Command: garbage-collect
[...]
So an overall result is:
          ((`conses' CONS-SIZE USED-CONSES FREE-CONSES)
           (`symbols' SYMBOL-SIZE USED-SYMBOLS FREE-SYMBOLS)
           (`miscs' MISC-SIZE USED-MISCS FREE-MISCS)
           (`strings' STRING-SIZE USED-STRINGS FREE-STRINGS)
           (`string-bytes' BYTE-SIZE USED-BYTES)
           (`vectors' VECTOR-SIZE USED-VECTORS)
           (`vector-slots' SLOT-SIZE USED-SLOTS FREE-SLOTS)
           (`floats' FLOAT-SIZE USED-FLOATS FREE-FLOATS)
           (`intervals' INTERVAL-SIZE USED-INTERVALS FREE-INTERVALS)
           (`buffers' BUFFER-SIZE USED-BUFFERS)
           (`heap' UNIT-SIZE TOTAL-SIZE FREE-SIZE))
[...]
    STRING-SIZE
          Internal size of a string header, i.e., `sizeof (struct
          Lisp_String)'.

What does the "string header" mean here?  I had searched the manuals and source files in src/ but I didn't find anything useful.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-28 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28  8:49 About string header Xue Fuqiao
2013-02-28 13:47 ` Stefan Monnier
2013-02-28 14:02   ` Xue Fuqiao

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.