Lines Matching full:memory_size
1850 size_t memory_size; \1856 memory_size = xtimes (allocated, sizeof (DCHAR_T)); \1857 if (size_overflow_p (memory_size)) \1860 memory = (DCHAR_T *) malloc (memory_size); \1862 memory = (DCHAR_T *) realloc (result, memory_size); \