HomeSort by relevance Sort by last modified time
    Searched refs:MALLOC (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_memory.h 48 #define MALLOC(_size) os_malloc(_size)
56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T))
73 void *dup = MALLOC(size);
u_fifo.h 43 fifo = MALLOC(sizeof(*fifo) + size * sizeof(void*));
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 48 #define MALLOC(_size) os_malloc(_size)
56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T))
73 void *dup = MALLOC(size);
u_fifo.h 43 fifo = MALLOC(sizeof(*fifo) + size * sizeof(void*));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_core.c 53 __data = (uint8_t*)MALLOC(__len);
88 __data = (uint8_t*)MALLOC(__len);
125 __data = (uint8_t*)MALLOC(__len);
163 __data = (uint8_t*)MALLOC(__len);
203 __data = (uint8_t*)MALLOC(__len);
236 ret = MALLOC(sizeof(*ret));
255 ret = MALLOC(sizeof(*ret));
280 ret = MALLOC(sizeof(*ret));
307 ret = MALLOC(sizeof(*ret));
334 ret = MALLOC(sizeof(*ret))
    [all...]
rbug_context.c 53 __data = (uint8_t*)MALLOC(__len);
90 __data = (uint8_t*)MALLOC(__len);
130 __data = (uint8_t*)MALLOC(__len);
171 __data = (uint8_t*)MALLOC(__len);
212 __data = (uint8_t*)MALLOC(__len);
261 __data = (uint8_t*)MALLOC(__len);
304 __data = (uint8_t*)MALLOC(__len);
345 __data = (uint8_t*)MALLOC(__len);
400 __data = (uint8_t*)MALLOC(__len);
447 __data = (uint8_t*)MALLOC(__len)
    [all...]
rbug_shader.c 55 __data = (uint8_t*)MALLOC(__len);
95 __data = (uint8_t*)MALLOC(__len);
138 __data = (uint8_t*)MALLOC(__len);
183 __data = (uint8_t*)MALLOC(__len);
226 __data = (uint8_t*)MALLOC(__len);
273 __data = (uint8_t*)MALLOC(__len);
314 ret = MALLOC(sizeof(*ret));
341 ret = MALLOC(sizeof(*ret));
369 ret = MALLOC(sizeof(*ret));
398 ret = MALLOC(sizeof(*ret))
    [all...]
rbug_texture.c 53 __data = (uint8_t*)MALLOC(__len);
90 __data = (uint8_t*)MALLOC(__len);
147 __data = (uint8_t*)MALLOC(__len);
208 __data = (uint8_t*)MALLOC(__len);
256 __data = (uint8_t*)MALLOC(__len);
320 __data = (uint8_t*)MALLOC(__len);
382 __data = (uint8_t*)MALLOC(__len);
420 ret = MALLOC(sizeof(*ret));
445 ret = MALLOC(sizeof(*ret));
472 ret = MALLOC(sizeof(*ret))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.c 53 __data = (uint8_t*)MALLOC(__len);
88 __data = (uint8_t*)MALLOC(__len);
125 __data = (uint8_t*)MALLOC(__len);
163 __data = (uint8_t*)MALLOC(__len);
203 __data = (uint8_t*)MALLOC(__len);
236 ret = MALLOC(sizeof(*ret));
255 ret = MALLOC(sizeof(*ret));
280 ret = MALLOC(sizeof(*ret));
307 ret = MALLOC(sizeof(*ret));
334 ret = MALLOC(sizeof(*ret))
    [all...]
rbug_context.c 53 __data = (uint8_t*)MALLOC(__len);
90 __data = (uint8_t*)MALLOC(__len);
130 __data = (uint8_t*)MALLOC(__len);
171 __data = (uint8_t*)MALLOC(__len);
212 __data = (uint8_t*)MALLOC(__len);
261 __data = (uint8_t*)MALLOC(__len);
304 __data = (uint8_t*)MALLOC(__len);
345 __data = (uint8_t*)MALLOC(__len);
400 __data = (uint8_t*)MALLOC(__len);
447 __data = (uint8_t*)MALLOC(__len)
    [all...]
rbug_shader.c 55 __data = (uint8_t*)MALLOC(__len);
95 __data = (uint8_t*)MALLOC(__len);
138 __data = (uint8_t*)MALLOC(__len);
183 __data = (uint8_t*)MALLOC(__len);
226 __data = (uint8_t*)MALLOC(__len);
273 __data = (uint8_t*)MALLOC(__len);
314 ret = MALLOC(sizeof(*ret));
341 ret = MALLOC(sizeof(*ret));
369 ret = MALLOC(sizeof(*ret));
398 ret = MALLOC(sizeof(*ret))
    [all...]
rbug_texture.c 53 __data = (uint8_t*)MALLOC(__len);
90 __data = (uint8_t*)MALLOC(__len);
147 __data = (uint8_t*)MALLOC(__len);
208 __data = (uint8_t*)MALLOC(__len);
256 __data = (uint8_t*)MALLOC(__len);
320 __data = (uint8_t*)MALLOC(__len);
382 __data = (uint8_t*)MALLOC(__len);
420 ret = MALLOC(sizeof(*ret));
445 ret = MALLOC(sizeof(*ret));
472 ret = MALLOC(sizeof(*ret))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
block.c 51 blocks->blocks = MALLOC(BLOCK_SIZE_BYTES * num_blocks);
81 blocks->macro_blocks = MALLOC(sizeof(XvMCMacroBlock) * num_blocks);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
block.c 51 blocks->blocks = MALLOC(BLOCK_SIZE_BYTES * num_blocks);
81 blocks->macro_blocks = MALLOC(sizeof(XvMCMacroBlock) * num_blocks);
  /external/srec/portable/include/
pmemory.h 64 #define MALLOC(n, tag) malloc(n)
69 #define NEW(type, tag) ((type*)MALLOC(sizeof(type), tag))
85 #define malloc #error macro
99 * Portable malloc()
101 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes, tag, L(__FILE__), __LINE__))
104 * Portable malloc()
106 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes))
138 #define NEW(type, tag) ((type*) MALLOC(sizeof(type), tag))
162 * Allocates specified number of bytes, similar to malloc but initializes th
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 76 #define MALLOC(_pStruct_, _sName_) \
77 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_util.c 79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr );
84 stage->tmp = (struct vertex_header **) MALLOC( sizeof(struct vertex_header *) * nr );
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_util.c 79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr );
84 stage->tmp = (struct vertex_header **) MALLOC( sizeof(struct vertex_header *) * nr );
  /development/tools/yuv420sp2rgb/
debug.h 47 static inline void *MALLOC(unsigned int size) {
48 void *m = malloc(size);
49 FAILIF(NULL == m, "malloc(%d) failed!\n", size);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 157 return MALLOC( size );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_vertex.c 48 velems = (struct sp_velems_state *) MALLOC(sizeof(struct sp_velems_state));
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 157 return MALLOC( size );
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_vertex.c 48 velems = (struct sp_velems_state *) MALLOC(sizeof(struct sp_velems_state));
  /external/srec/seti/setiUtils/src/
platform_utils.c 124 new_string = (char *)MALLOC(sizeof(char)*(strlen(in_string)+1), MTAG);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 134 scan_register *reg = MALLOC(sizeof(scan_register));
143 scan_register *reg = MALLOC(sizeof(scan_register));
359 scan_register *ind_reg = MALLOC(sizeof(scan_register));
417 scan_register *reg = MALLOC(sizeof(scan_register));
422 scan_register *reg = MALLOC(sizeof(scan_register));
450 reg = MALLOC(sizeof(scan_register));

Completed in 705 milliseconds

1 2 3 4 5 6 7 8 910