Help Center›FreeBASIC
Memory Functions
12 entries across 1 topic.
Topics
All entries
Procedures 12
AllocateAllocates a block of memory from the free storeCAllocateAllocates memory for a certain number of elements from the free store and clears the contentsClearClears or initializes some memoryDeallocateFrees previously allocated memoryFb_MemcopyCopies a block of memory from a location to anotherfb_MemCopyClearCopies the first part of a block of memory from a location to another and clears the restFb_MemmoveCopies a block of memory from a location to anotherPeekGets the value of an arbitrary type at an address in memoryPokeAssigns a value to a location in memory.ReallocateReallocates storage for an existing reserved block of memorySAddReturns a pointer to a string variable's dataSwapExchanges the values of two variables