Searched defs:newArray (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/translators/rtf/
H A DStack.h45 T *newArray = (T *)realloc(fArray, fMax * sizeof(T)); local
/haiku/src/apps/sudoku/
H A DStack.h44 T *newArray = (T *)realloc(fArray, fMax * sizeof(T)); local
/haiku/headers/private/media/
H A DTStack.h31 T *newArray = (T *)realloc(fArray, fMax * sizeof(T)); local
/haiku/headers/private/fs_shell/
H A DStack.h47 T *newArray = (T *)realloc(fArray, fMax * sizeof(T)); local
/haiku/headers/private/kernel/util/
H A DStack.h46 T *newArray = (T *)realloc(fArray, fMax * sizeof(T)); local
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp259 char **newArray, *value; local
291 struct fssh_driver_parameter *newArray; local
[all...]
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp286 char **newArray, *value = NULL; local
318 struct driver_parameter *newArray; local
[all...]
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp214 file_extent* newArray = (file_extent *)realloc(oldArray, local
/haiku/src/system/runtime_loader/
H A Delf.cpp430 image_t** newArray = (image_t**)realloc(sPreloadedAddons, local

Completed in 65 milliseconds