Home
last modified time | relevance | path

Searched refs:realloced (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/linux/user/ldso/
Ddynlink_rand.c136 void *realloced = NULL; in append_loadtasks() local
138 realloced = __libc_realloc(tasks->array, new_cap * sizeof(struct loadtask *)); in append_loadtasks()
140 realloced = __libc_malloc(TASK_BASE_CAPACITY * sizeof(struct loadtask *)); in append_loadtasks()
142 if (realloced) { in append_loadtasks()
143 tasks->array = realloced; in append_loadtasks()
Ddynlink.c648 struct dso ** realloced = (struct dso **)realloc( in add_dso_parent() local
650 if (!realloced) { in add_dso_parent()
653 p->parents = realloced; in add_dso_parent()
688 struct dso ** realloced = (struct dso **)realloc( in add_reloc_can_search_dso() local
691 if (!realloced) { in add_reloc_can_search_dso()
694 p->reloc_can_search_dso_list = realloced; in add_reloc_can_search_dso()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.243290 realloced.
/third_party/freetype/docs/oldlogs/
DChangeLog.243290 realloced.
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.243290 realloced.