This wiki is out of date, use the continuation of this wiki instead

Search results

From FenixWiki

You searched for Memory

Jump to: navigation, search

There is no page titled "Memory". You can create this page.

For more information about searching FenixWiki, see Help.

Showing below up to 20 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

Article title matches

  1. Memory total (470 bytes)
    2: [[Category:memory]]
    5: '''FLOAT''' memory_total ( )
    7: Returns the memory total in bytes.
    10: '''FLOAT''' : Memory total in bytes.
    17: say("Total memory: " + memory_total());
  2. Memory free (479 bytes)
    2: [[Category:memory]]
    5: '''FLOAT''' memory_free ( )
    7: Returns the free memory total in bytes.
    10: '''FLOAT''' : Free memory total in bytes.
    17: say("Total memory: " + memory_total());
  3. Functioncategory:Memory (448 bytes)
    7: Memory functions.
    10: category=memory

Page text matches

  1. Process (3,375 bytes)
    76: ...] code starts. In this example it will unload the memory used for the created [[graphic]]. If there is no ...
  2. Load ttfaa (2,955 bytes)
    12: Loads a [[TTF]] file as a [[font]] into memory.
    32: ... -1 || - Error: file does not exist; insufficient memory; failed to init freetype.dll; error while loading...
    41: | Insufficient memory || - There is insufficient memory available. This error doesn't occur often.
  3. Fenix console (4,346 bytes)
    41: List all strings in memory and how many times they are used.
  4. Signals (3,083 bytes)
    33: ... process will continue to exist in the computer's memory.
    34: ...e process will continue to exist in the computers memory even if its code is not executed.
  5. Alloc (2,030 bytes)
    2: [[Category:memory]]
    7: Allocates a [[memoryblock|block of memory]] of a certain size.
    11: ...'INT''' size || - The size of the to be allocated memory in [[byte]]s.
    15: ...' : Pointer to the first element of the allocated memory block.
    19: | Insufficient memory || - There is insufficient memory available. This error doesn't occur often.
  6. Load fnt (691 bytes)
    7: Loads a [[FNT]] file into memory as a [[font]]. A font is usually with the extensi...
  7. Memset (2,085 bytes)
    2: [[Category:memory]]
    7: Sets all bytes in a certain memory block to a certain value.
    11: ...TER''' data || - Pointer to the block of bytes in memory
    32: // Allocate memory
    37: // Reset memory to 0's
  8. Memsetw (2,094 bytes)
    2: [[Category:memory]]
    7: Sets all words in a certain memory block to a certain value.
    11: ...TER''' data || - Pointer to the block of words in memory.
    32: // Allocate memory
    37: // Reset memory to 0's
  9. Realloc (1,641 bytes)
    2: [[Category:memory]]
    7: Resizes the given block of memory.
    9: ...of memory requires movement of the block, the old memory block is freed.
    13: ...VOID POINTER''' data || - Pointer to the block of memory to be resized.
    15: ... '''INT''' size || - The new size of the block of memory in bytes.
  10. Free (1,933 bytes)
    2: [[Category:memory]]
    7: Frees a block of memory.
    9: ...t be a pointer to a previously allocated block of memory, else the behavior of free() is undefined.
    13: ...VOID POINTER''' data || - Pointer to the block of memory to be freed.
    30: // Allocate memory
  11. Memcopy (1,228 bytes)
    2: [[Category:memory]]
    7: ...a certain number of [[byte]]s from one point in [[memory]] to another.
    15: ... '''INT''' size || - The size of the to be copied memory in bytes.
    34: // Allocate memory
    52: // Free the used memory
  12. Memory total (470 bytes)
    2: [[Category:memory]]
    5: '''FLOAT''' memory_total ( )
    7: Returns the memory total in bytes.
    10: '''FLOAT''' : Memory total in bytes.
    17: say("Total memory: " + memory_total());
  13. Memory free (479 bytes)
    2: [[Category:memory]]
    5: '''FLOAT''' memory_free ( )
    7: Returns the free memory total in bytes.
    10: '''FLOAT''' : Free memory total in bytes.
    17: say("Total memory: " + memory_total());
  14. Set icon (1,331 bytes)
    9: ...lled, the map used for the icon can be freed from memory using [[unload_map]]().
  15. New map (1,389 bytes)
    30: | Insufficient memory || - There is insufficient memory available. This error doesn't occur often. ''(Con...
  16. OnExit (1,631 bytes)
    16: ... code starts. This can be easily used to free any memory used by the exiting process.
  17. Graph (960 bytes)
    13: ...no graph. Keep in mind that this doesn't free the memory used by the graphic; to free it, use [[unload_map...
  18. Byte (285 bytes)
    7: ...smallest datatype directly accessible in nowadays memory.
  19. Pointer (2,503 bytes)
    16: ...es 32 [[bit]]s (4 [[byte]]s) so it can map 4GB of memory into bytes. '''Pointer'''s can point to any [[dat...
  20. Memcmp (2,327 bytes)
    2: [[Category:memory]]
    7: ...mpares the first ''number'' bytes of the block of memory pointed by ''ptr1'' to the first ''number'' bytes...
    13: ...'''VOID POINTER''' ptr1|| - Pointer to a block of memory
    15: ...''VOID POINTER''' ptr2 || - Pointer to a block of memory.
    23: | 0 || - The blocks of memory are identical.

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for
Views
Personal tools