Searched refs:malloc (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/hardware/ti/omap4-aah/
H A Dtm.c27 ptr[0] = malloc(10);
29 ptr[2] = malloc(30);
30 ptr[3] = malloc(40);
31 ptr[4] = malloc(50);
32 ptr[5] = malloc(60);
/hardware/ti/omap4xxx/
H A Dtm.c27 ptr[0] = malloc(10);
29 ptr[2] = malloc(30);
30 ptr[3] = malloc(40);
31 ptr[4] = malloc(50);
32 ptr[5] = malloc(60);
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client_extension.c96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
116 partitionNames[2] = malloc (strlen(tmpChar) + 1);
126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client_extension.c96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
116 partitionNames[2] = malloc (strlen(tmpChar) + 1);
126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_memory.c55 #include <malloc.h>
126 pData = malloc((size_t) size);
138 pData = malloc((size_t) size); /*size_t is long long */
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_memory.c55 #include <malloc.h>
126 pData = malloc((size_t) size);
138 pData = malloc((size_t) size); /*size_t is long long */
/hardware/intel/common/libva/test/basic/
H A Dtest_09.c43 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint));
46 VAConfigID *configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID));
47 VAContextID *contexts = malloc(max_entrypoints * num_profiles * sizeof(VAContextID));
69 VASurfaceID *surfaces = malloc(total_surfaces * sizeof(VASurfaceID));
H A Dtest_android.c33 dpy = (Display*)malloc(sizeof(Display));
36 status("malloc Display: dpy = %08x\n", dpy);
H A Dtest_04.c52 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint));
55 VAConfigAttrib *attrib_list = (VAConfigAttrib *) malloc(sizeof(attributes));
H A Dtest_05.c43 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint));
46 VAConfigID *configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID));
H A Dtest_06.c46 entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint));
49 configs = malloc(max_entrypoints * num_profiles * sizeof(VAConfigID));
76 VAConfigAttrib *attrib_list = malloc(max_attribs * sizeof(VAConfigAttrib));
H A Dtest_03.c44 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint));
/hardware/intel/img/psb_video/src/
H A Dpsb_ws_driver.c43 struct _PsbDrmValidateNode *vNode = malloc(sizeof(*vNode));
51 struct _ValidateNode *node = malloc(sizeof(*node));
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dmlos_linux.c48 void *alloc_ptr = malloc(num_bytes);
74 pthread_mutex_t *pm = malloc(sizeof(pthread_mutex_t));
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dmlos_linux.c48 void *alloc_ptr = malloc(num_bytes);
74 pthread_mutex_t *pm = malloc(sizeof(pthread_mutex_t));
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c52 Queue *q = (Queue *) malloc(sizeof(Queue));
81 Node *new_node = (Node *) malloc(sizeof(Node));
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c50 Queue *q = (Queue *) malloc(sizeof(Queue));
79 Node *new_node = (Node *) malloc(sizeof(Node));
/hardware/ti/omap4-aah/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl.c117 pConfFileName = malloc(strlen(argv[0]) + 1);
149 pPAFileName = malloc(strlen(argv[0]) + 1);
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl.c117 pConfFileName = malloc(strlen(argv[0]) + 1);
149 pPAFileName = malloc(strlen(argv[0]) + 1);
/hardware/bsp/intel/peripheral/libmraa/src/arm/
H A Darm.c41 char* line = malloc(len);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dvpx_once.h41 CRITICAL_SECTION *new_lock = malloc(sizeof(CRITICAL_SECTION));
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dgps.c45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dgps.c45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dgps.c45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dgps.c45 struct gps_device_t *dev = (struct gps_device_t *) malloc(sizeof(struct gps_device_t));

Completed in 1121 milliseconds

1234567891011>>