search for: swfdec_as_

Displaying 1 result from an estimated 1 matches for "swfdec_as_".

Did you mean: swfdec_amf
2007 Jun 18
2
as branch progress report
...e noone kept the app running long enough. ;) Now for a little background on the GC (you might also wanna read [1]): The garbage collector manages strings and objects. Managed objects must be subclasses of SwfdecAsObject (note that SwfdecMovie is a SwfdecAsObject). Strings _must_ be allocated using swfdec_as_context_get_string() or swfdec_as_context_give_string(). If you pass in strings that are not allocated using these functions, you'll both cause incorrect behaviour (see below) and probably segfaults, since the bytes in front of the string are used for bookkeeping. An important feature about GC...