OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_alloca
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/glib/glib/
galloca.h
60
#define
g_alloca
(size) alloca (size)
macro
61
#define g_newa(struct_type, n_structs) ((struct_type*)
g_alloca
(sizeof (struct_type) * (gsize) (n_structs)))
gstrfuncs.c
[
all
...]
/external/bluetooth/glib/tests/
slice-test.c
101
memchunks =
g_alloca
(sizeof (memchunks[0]) * prime_size);
282
threads =
g_alloca
(sizeof(GThread*) * n_threads);
/external/bluetooth/glib/docs/reference/glib/tmpl/
memory.sgml
211
<!-- ##### MACRO
g_alloca
##### -->
253
Wraps
g_alloca
() in a more typesafe manner.
/external/bluetooth/glib/
NEWS.pre-1-3
64
* Added alloca functions/macros: g_strdup_a, g_strconcat3_a,
g_alloca
,
ChangeLog.pre-1-2
721
Added
g_alloca
, g_new_a, g_new0_a macros.
[
all
...]
ChangeLog.pre-2-0
912
g_alloca
() like we provide g_new() on top of g_malloc().
[
all
...]
/external/bluetooth/glib/docs/reference/glib/
glib-sections.txt
831
g_alloca
[
all
...]
Completed in 149 milliseconds