Syntax Cკოპირება void*realloc(void*memblock,size_tsize ); Parameters memblock Pointer to previously allocated memory block. size New size in bytes. Return value reallocreturns avoidpointer to the reallocated (and possibly moved) memory block. ...
Syntax C void* _aligned_realloc(void*memblock,size_tsize,size_talignment ); Parameters memblock The current memory block pointer. size The size of the requested memory allocation. alignment The alignment value, which must be an integer power of 2. ...
SyntaxC Kopija void * _aligned_offset_realloc( void *memblock, size_t size, size_t alignment, size_t offset ); Parametersmemblock The current memory block pointer.size The size of the memory allocation.alignment The alignment value, which must be an integer power of 2.offset The offset ...
Syntax C void* _aligned_realloc(void*memblock,size_tsize,size_talignment ); Parameters memblock The current memory block pointer. size The size of the requested memory allocation. alignment The alignment value, which must be an integer power of 2. ...
Syntax CCopy void*realloc(void*memblock,size_tsize ); Parameters memblock Pointer to previously allocated memory block. size New size in bytes. Return value reallocreturns avoidpointer to the reallocated (and possibly moved) memory block.
Syntax CKopiraj void*realloc(void*memblock,size_tsize ); Parameters memblock Pointer to previously allocated memory block. size New size in bytes. Return value reallocreturns avoidpointer to the reallocated (and possibly moved) memory block. ...
Syntax C void* _aligned_realloc(void*memblock,size_tsize,size_talignment ); Parameters memblock The current memory block pointer. size The size of the requested memory allocation. alignment The alignment value, which must be an integer power of 2. ...
Syntax C void* _aligned_offset_realloc(void*memblock,size_tsize,size_talignment,size_toffset ); Parameters memblock The current memory block pointer. size The size of the memory allocation. alignment The alignment value, which must be an integer power of 2. ...
Syntax Cคัดลอก void*realloc(void*memblock,size_tsize ); Parameters memblock Pointer to previously allocated memory block. size New size in bytes. Return value reallocreturns avoidpointer to the reallocated (and possibly moved) memory block. ...
SyntaxC Kopier void *realloc( void *memblock, size_t size ); Parametersmemblock Pointer to previously allocated memory block.size New size in bytes.Return valuerealloc returns a void pointer to the reallocated (and possibly moved) memory block....