Searched refs:newmem (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/libebl/ |
D | eblwstrtab.c | 117 struct memoryblock *newmem; in morememory() local 121 newmem = (struct memoryblock *) malloc (len); in morememory() 122 if (newmem == NULL) in morememory() 125 newmem->next = st->memory; in morememory() 126 st->memory = newmem; in morememory() 127 st->backp = newmem->memory; in morememory()
|
D | eblgstrtab.c | 120 struct memoryblock *newmem; in morememory() local 124 newmem = (struct memoryblock *) malloc (len); in morememory() 125 if (newmem == NULL) in morememory() 128 newmem->next = st->memory; in morememory() 129 st->memory = newmem; in morememory() 130 st->backp = newmem->memory; in morememory()
|
D | eblstrtab.c | 125 struct memoryblock *newmem = (struct memoryblock *) malloc (len); in morememory() local 126 if (newmem == NULL) in morememory() 129 newmem->next = st->memory; in morememory() 130 st->memory = newmem; in morememory() 131 st->backp = newmem->memory; in morememory()
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 900 transmem_block_t *newmem; in _nl_find_msg() local 957 newmem = (transmem_block_t *) realloc (transmem_list, in _nl_find_msg() 960 if (newmem != NULL) in _nl_find_msg() 975 newmem = (transmem_block_t *) malloc (freemem_size); in _nl_find_msg() 977 if (__builtin_expect (newmem == NULL, 0)) in _nl_find_msg() 988 newmem->next = transmem_list; in _nl_find_msg() 989 transmem_list = newmem; in _nl_find_msg() 991 freemem = newmem->data; in _nl_find_msg() 994 transmem_list = newmem; in _nl_find_msg() 995 freemem = newmem; in _nl_find_msg()
|
/external/elfutils/libdw/ |
D | dwarf_getpubnames.c | 60 struct pubnames_s *newmem in get_offsets() local 62 if (newmem == NULL) in get_offsets() 70 mem = newmem; in get_offsets()
|
/external/elfutils/tests/ |
D | elfputzdata.c | 150 GElf_Shdr newmem; in main() local 151 GElf_Shdr *newshdr = gelf_getshdr (scn, &newmem); in main()
|
/external/python/cpython3/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3896 void* newmem = internal_malloc(m, bytes); in internal_realloc() local 3897 if (newmem != 0) { in internal_realloc() 3899 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc() 3902 return newmem; in internal_realloc()
|
/external/libffi/src/ |
D | dlmalloc.c | 3891 void* newmem = internal_malloc(m, bytes); in internal_realloc() local 3892 if (newmem != 0) { in internal_realloc() 3894 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc() 3897 return newmem; in internal_realloc()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3896 void* newmem = internal_malloc(m, bytes); in internal_realloc() local 3897 if (newmem != 0) { in internal_realloc() 3899 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc() 3902 return newmem; in internal_realloc()
|