Searched refs:MALLOC (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/liboffloadmic/runtime/emulator/
H A Dcoi_device.cpp108 MALLOC (char *, pipe_host_path,
110 MALLOC (char *, pipe_target_path,
164 MALLOC (char *, name, len);
220 MALLOC (char *, name, len);
243 MALLOC (char *, lib_path, len);
269 MALLOC (void **, buffers, buffer_count * sizeof (void *));
270 MALLOC (uint64_t *, buffers_len, buffer_count * sizeof (uint64_t));
280 MALLOC (void *, misc_data, misc_data_len);
285 MALLOC (void *, return_data, return_data_len);
H A Dcoi_host.cpp140 MALLOC (char *, file, strlen (path) + strlen (entry->d_name) + 2);
331 MALLOC (char *, shm_name, strlen (SHM_NAME) + ullong_max_len + 1);
344 MALLOC (Buffer *, buf, sizeof (Buffer));
404 MALLOC (Buffer *, buf, sizeof (Buffer));
694 MALLOC (Engine *, engine, sizeof (Engine));
873 MALLOC (char *, target_exe, strlen (eng->dir) + strlen (bin_name) + 2);
891 MALLOC (char *, pipes_path, strlen (PIPES_PATH) + strlen (eng->dir) + 1);
897 MALLOC (char *, pipe_host_path,
899 MALLOC (char *, pipe_target_path,
943 MALLOC (cha
[all...]
H A Dcoi_common.h94 #define MALLOC(type, ptr, size) \ macro
/haiku-buildtools/legacy/gcc/libchill/
H A Dsendbuffer.c79 MALLOC (bq, sizeof (Buffer_Queue));
133 MALLOC (bsq_entry, sizeof (Buffer_Send_Queue) + data->length);
H A Drts.h78 #define MALLOC(ADDR,SIZE) ADDR = __xmalloc_(SIZE) macro
H A Dwaitbuffer.c205 MALLOC (bq, sizeof (Buffer_Queue));
210 MALLOC (wrk, sizeof (Buffer_Wait_Queue));
H A Ddelaycase.c141 MALLOC (wrk, sizeof (Event_Queue));

Completed in 92 milliseconds