HomeSort by relevance Sort by last modified time
    Searched refs:REALLOC (Results 1 - 22 of 22) sorted by null

  /external/dtc/tests/
sw_tree1.c 37 REALLOC,
61 case REALLOC:
96 alloc_mode = REALLOC;
98 } else if (streq(argv[1], "realloc")) {
99 alloc_mode = REALLOC;
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size)
u_dynarray.h 72 buf->data = REALLOC(buf->data, buf->capacity, newcap);
92 buf->data = REALLOC(buf->data, buf->capacity, buf->size);
u_handle_table.c 114 new_objects = (void **)REALLOC((void *)ht->objects,
u_bitmask.c 114 new_words = (util_bitmask_word *)REALLOC((void *)bm->words,
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 84 10090 REALLOC
198 __builtin_delete, calloc, realloc, memalign, and friends.
728 /*---------------------- realloc ----------------------*/
757 #define REALLOC(soname, fnname) \
767 MALLOC_TRACE("realloc(%p,%llu)", ptrV, (ULong)new_size ); \
785 REALLOC(VG_Z_LIBC_SONAME, realloc);
786 REALLOC(SO_SYN_MALLOC, realloc);
789 REALLOC(VG_Z_LIBC_SONAME, realloc)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_validate.c 94 new_entries = (struct pb_validate_entry *)REALLOC(vl->entries,
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 295 array = (Item *)REALLOC(array, sizeOld, sizeNew);
340 data = (Item *)REALLOC(data, oldSize, size * sizeof(Item));
589 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
nv50_ir_util.cpp 251 data = (uint32_t *)REALLOC(data, 4 * p, 4 * n);
nv50_ir_target.cpp 371 REALLOC(relocInfo, n ? size : 0,
nv50_ir_from_tgsi.cpp 902 info->immd.buf = (uint32_t *)REALLOC(info->immd.buf, base * 4,
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 67 new_buf = REALLOC(emit->buf, emit->size, newsize);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 62 instructions = REALLOC(bld_base->instructions, bld_base->max_instructions
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
721 mtemp->realloc_fcn = realloc;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
721 mtemp->realloc_fcn = realloc;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
749 mtemp->realloc_fcn = realloc;
    [all...]
  /external/expat/lib/
xmlparse.c 571 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
784 mtemp->realloc_fcn = realloc;
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 569 nv->scratch.runout = REALLOC(nv->scratch.runout,
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 133 char *realloc ();
324 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
371 # define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize)
395 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 202 tokens->tokens = REALLOC(tokens->tokens,
    [all...]
tgsi_exec.c 731 declarations = REALLOC(declarations,
783 instructions = REALLOC(instructions,
    [all...]

Completed in 1057 milliseconds