search for: d9815e4

Displaying 2 results from an estimated 2 matches for "d9815e4".

2007 Jun 17
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_player.c
...ory_until_gc = 8 * 1024 * 1024; /* 8 MB before we run the GC */ context->strings = g_hash_table_new (g_str_hash, g_str_equal); context->objects = g_hash_table_new (g_direct_hash, g_direct_equal); diff --git a/libswfdec/swfdec_as_context.h b/libswfdec/swfdec_as_context.h index 5d2d7ba..d9815e4 100644 --- a/libswfdec/swfdec_as_context.h +++ b/libswfdec/swfdec_as_context.h @@ -52,8 +52,12 @@ struct _SwfdecAsContext { GRand * rand; /* random number generator */ GTimeVal start_time; /* time this movie started (for GetTime action) */ + /* GC properties */ + gsize memory_unti...
2007 Jun 29
0
Branch 'as' - 3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h
...e294814177191a5950e5320efb73d6e3d (from f810682741113c7fb94a6a830233ae0d02833c39) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 29 02:00:23 2007 +0200 remove unused swfdec_as_context_abort_oom() diff --git a/libswfdec/swfdec_as_context.h b/libswfdec/swfdec_as_context.h index d9815e4..ae625a9 100644 --- a/libswfdec/swfdec_as_context.h +++ b/libswfdec/swfdec_as_context.h @@ -100,7 +100,6 @@ const char * swfdec_as_context_get_strin const char * swfdec_as_context_give_string (SwfdecAsContext * context, char * string); -#define swfdec_as_context_abort_oom(context) swfd...