HomeSort by relevance Sort by last modified time
    Searched full:preallocated (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/dbus/dbus/
dbus-hash.h 127 /** A preallocated hash entry */
132 DBusPreallocatedHash *preallocated);
134 DBusPreallocatedHash *preallocated,
dbus-hash.c 159 DBusPreallocatedHash *preallocated);
228 DBusPreallocatedHash *preallocated);
233 DBusPreallocatedHash *preallocated);
239 DBusPreallocatedHash *preallocated);
836 DBusPreallocatedHash *preallocated)
840 if (preallocated == NULL)
852 entry = (DBusHashEntry*) preallocated;
907 DBusPreallocatedHash *preallocated)
924 if (preallocated)
925 _dbus_hash_table_free_preallocated_entry (table, preallocated);
1435 DBusPreallocatedHash *preallocated; local
    [all...]
dbus-connection.c 222 DBusList *queue_link; /**< Preallocated link in the queue */
223 DBusList *counter_link; /**< Preallocated link in the resource counter */
265 DBusList *disconnect_message_link; /**< Preallocated list node for queueing the disconnection message */
1837 DBusPreallocatedSend *preallocated; local
1998 DBusPreallocatedSend *preallocated; local
2906 DBusPreallocatedSend *preallocated; local
2982 DBusPreallocatedSend *preallocated; local
4422 DBusPreallocatedSend *preallocated; local
    [all...]
dbus-connection.h 46 /** Opaque type representing preallocated resources so a message can be sent without further memory allocation. */
261 DBusPreallocatedSend *preallocated);
263 DBusPreallocatedSend *preallocated,
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h 64 /** pointer to preallocated exclusive (=persistent) memory (alternative to fpMalloc) */
70 /** pointer to preallocated shared memory (alternative to fpMalloc) */
  /external/e2fsprogs/intl/
vasnwprintf.h 33 You can pass a preallocated buffer for the result in RESULTBUF and its
vasnprintf.h 46 You can pass a preallocated buffer for the result in RESULTBUF and its
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.h 46 You can pass a preallocated buffer for the result in RESULTBUF and its
  /external/dbus/bus/
connection.c 1066 DBusPreallocatedSend *preallocated; local
1076 preallocated = dbus_connection_preallocate_send (connection);
1077 if (preallocated == NULL)
1084 dbus_connection_free_preallocated_send (connection, preallocated);
1094 dbus_connection_free_preallocated_send (connection, preallocated);
1104 dbus_connection_free_preallocated_send (connection, preallocated);
1110 d->oom_preallocated = preallocated;
1808 DBusPreallocatedSend *preallocated; member in struct:__anon3159
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays_byte.sgml 74 Creates a new #GByteArray with @reserved_size bytes preallocated. This
79 @reserved_size: number of bytes preallocated.
arrays_pointer.sgml 85 preallocated. This avoids frequent reallocation, if you are going to
90 @reserved_size: number of pointers preallocated.
arrays.sgml 86 preallocated. This avoids frequent reallocation, if you are going to
94 @reserved_size: number of elements preallocated.
  /external/chromium/base/
message_pump_libevent.h 72 // Callers must provide a preallocated FileDescriptorWatcher object which
lazy_instance.h 47 // Use placement new to initialize our instance in our preallocated space.
scoped_bstr_win.h 44 // |bytes|. This is useful when the BSTR was preallocated with e.g.
  /external/chromium/third_party/icu/source/common/
unorm_it.h 97 * @param stackMem Pointer to preallocated (stack-allocated) buffer to hold
utrie2_impl.h 139 * preallocated anyway (unlike the growable data array).
  /external/icu4c/common/
unorm_it.h 97 * @param stackMem Pointer to preallocated (stack-allocated) buffer to hold
utrie2_impl.h 139 * preallocated anyway (unlike the growable data array).
  /external/skia/src/core/
SkTSearch.cpp 95 // assign lc to our preallocated storage if len is small enough, or allocate
  /frameworks/base/media/libstagefright/codecs/common/include/
voType.h 201 VO_IMF_PREALLOCATEDBUFFER =1, /*!< memData is preallocated memory*/
211 VO_PTR memData; /*!<a pointer to VO_MEM_OPERATOR or a preallocated buffer */
  /external/skia/include/core/
SkTemplates.h 122 /** Wraps SkAutoTArray, with room for up to N elements preallocated
  /external/v8/src/
allocation.h 139 // Allocation policy for allocating in preallocated space.
string-stream.h 60 // Given a preallocated buffer up front and does no allocation while
  /external/v8/test/mjsunit/
regexp-multiline-stack-trace.js 29 // preallocated meessage memory.

Completed in 2808 milliseconds

1 2 3 4