HomeSort by relevance Sort by last modified time
    Searched defs:n_preallocs (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gobject/
gparam.h 320 * @n_preallocs: Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10, it is ignored, since instances are allocated with the <link linkend="glib-Memory-Slices">slice allocator</link> now.
345 guint16 n_preallocs; /* optional */ member in struct:_GParamSpecTypeInfo
gtype.h 937 * @n_preallocs: Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10, it is ignored, since instances are allocated with the <link linkend="glib-Memory-Slices">slice allocator</link> now.
966 guint16 n_preallocs; member in struct:_GTypeInfo
    [all...]
gtype.c 327 guint16 n_preallocs; member in struct:_InstanceData
794 (info->instance_size || info->n_preallocs || info->instance_init))
    [all...]
  /external/bluetooth/glib/glib/
gmem.c 668 guint n_preallocs)
672 guint16 n_preallocs; member in struct:_GAllocator
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 262 milliseconds