Searched refs:reallocated (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp204 char* reallocated = (char*)realloc(mountpoint, strlen(mountpoint) + 1); local
205 if (reallocated != NULL)
206 mountpoint = reallocated;

Completed in 67 milliseconds