OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_malloc
(Results
1 - 25
of
26
) sorted by null
1
2
/external/libbrillo/brillo/glib/
object_unittest.cc
94
char* a = static_cast<char*>(::
g_malloc
(sizeof(item)));
107
char* a = static_cast<char*>(::
g_malloc
(sizeof(item)));
116
char* b = static_cast<char*>(::
g_malloc
(sizeof(item)));
127
char* a[] = { static_cast<char*>(::
g_malloc
(1)),
128
static_cast<char*>(::
g_malloc
(1)), static_cast<char*>(::
g_malloc
(1)) };
/external/avahi/avahi-glib/
glib-malloc.c
30
return
g_malloc
(l);
glib-malloc.h
32
/** Return a pointer to a memory allocator that uses GLib's
g_malloc
()
/hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_preview.c
239
va_profiles =
g_malloc
(sizeof(VAProfile)*va_max_num_profiles);
240
va_entrypoints =
g_malloc
(sizeof(VAEntrypoint)*va_max_num_entrypoints);
398
surfaces =
g_malloc
(sizeof(VASurfaceID)*numSurfaces);
428
g_malloc
(sizeof(VASurfaceID) * parent->ci_frame_num);
464
self->surfaces =
g_malloc
(sizeof(VASurfaceID) * self->surface_num);
491
images =
g_malloc
(sizeof(VAImage)*numSurfaces);
[
all
...]
mixvideoformatenc_mpeg4.c
286
va_profiles =
g_malloc
(sizeof(VAProfile)*va_max_num_profiles);
287
va_entrypoints =
g_malloc
(sizeof(VAEntrypoint)*va_max_num_entrypoints);
445
surfaces =
g_malloc
(sizeof(VASurfaceID)*numSurfaces);
475
g_malloc
(sizeof(VASurfaceID) * parent->ci_frame_num);
511
self->surfaces =
g_malloc
(sizeof(VASurfaceID) * self->surface_num);
538
images =
g_malloc
(sizeof(VAImage)*numSurfaces);
[
all
...]
mixvideoformatenc_h264.c
301
va_profiles =
g_malloc
(sizeof(VAProfile)*va_max_num_profiles);
302
va_entrypoints =
g_malloc
(sizeof(VAEntrypoint)*va_max_num_entrypoints);
460
surfaces =
g_malloc
(sizeof(VASurfaceID)*numSurfaces);
490
g_malloc
(sizeof(VASurfaceID) * parent->ci_frame_num);
526
self->surfaces =
g_malloc
(sizeof(VASurfaceID) * self->surface_num);
553
images =
g_malloc
(sizeof(VAImage)*numSurfaces);
[
all
...]
mixvideoformat_mp42.c
323
parent->va_surfaces =
g_malloc
(sizeof(VASurfaceID) * numSurfaces);
509
bufentry =
g_malloc
(sizeof(MixInputBufferEntry));
560
bufentry =
g_malloc
(sizeof(MixInputBufferEntry));
724
packed_stream =
g_malloc
(sizeof(PackedStream));
876
buffer_ids =
g_malloc
(sizeof(VABufferID) * buffer_id_number);
[
all
...]
mixvideoformat_h264.c
275
profiles =
g_malloc
(numprofs*sizeof(VAProfile));
372
entrypts =
g_malloc
(numentrypts*sizeof(VAEntrypoint));
459
parent->va_surfaces =
g_malloc
(sizeof(VASurfaceID)*numSurfaces);
695
bufentry =
g_malloc
(sizeof(
745
bufentry =
g_malloc
(sizeof
1065
buffer_ids =
g_malloc
(sizeof(VABufferID) *
[
all
...]
mixvideoformat_vc1.c
374
profiles =
g_malloc
(numprofs*sizeof(VAProfile));
425
entrypts =
g_malloc
(numentrypts*sizeof(VAEntrypoint));
516
parent->va_surfaces =
g_malloc
(sizeof(VASurfaceID)*numSurfaces);
750
bufentry =
g_malloc
(sizeof(
800
bufentry =
g_malloc
(sizeof
964
buffer_ids =
g_malloc
(sizeof(VABufferID) * ((pic_data->num_slices * 2) + 2));
[
all
...]
mixvideoconfigparamsenc.c
576
obj->ci_frame_id =
g_malloc
(ci_frame_num * sizeof (gulong));
598
*ci_frame_id =
g_malloc
(obj->ci_frame_num * sizeof (gulong));
mixvideorenderparams.c
356
priv->va_cliprects =
g_malloc
(number_of_clipping_rects * sizeof(VARectangle));
mixvideoconfigparamsdec.c
372
*header =
g_malloc
(sizeof(MixIOVec));
/external/avahi/examples/
glib-integration.c
82
/* Optional: Tell avahi to use
g_malloc
and g_free */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.c
55
g_malloc_func
g_malloc
;
member in struct:GLOBAL_FUNC_POINTERS
64
# define VPX_MALLOC_L g_func->
g_malloc
625
g_func->
g_malloc
= g_malloc_l;
vpx_mem_tracker.c
60
static mem_track_malloc_func
g_malloc
= malloc;
variable
67
# define MEM_TRACK_MALLOC
g_malloc
709
g_malloc
= g_malloc_l;
/external/autotest/client/deps/fakemodem/src/
fakemodem.c
119
pat =
g_malloc
(sizeof (*pat));
547
pat =
g_malloc
(sizeof (*pat));
/external/llvm/test/Transforms/JumpThreading/
phi-eq.ll
28
declare noalias i8* @
g_malloc
(i64)
171
%call.i7 = call noalias i8* @
g_malloc
(i64 16) nounwind
/external/avahi/avahi-core/
core.h
93
*
g_malloc
() (or g_strdup()).*/
/external/curl/docs/examples/
ghiper.c
356
buf =
g_malloc
(BUF_SIZE+1);
/external/autotest/client/deps/fakegudev/src/
fakegudev.c
646
keys =
g_malloc
((propcount + 1) * sizeof(*keys));
/external/avahi/avahi-gobject/
ga-entry-group.c
265
entry->value =
g_malloc
(size + 1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test
Completed in 1822 milliseconds
1
2