catflap.org Online Dictionary Query


Query string:
Search type:
Database:

Database copyright information
Server information


6 definitions found
From The Free On-line Dictionary of Computing (27 SEP 03) :   [ foldoc ]

  malloc
       
          C's standard library routine for storage allocation.  It
          takes the number of bytes required and returns a pointer to a
          block of that size.  Storage is allocated from a heap which
          lies after the end of the program and data areas.  Memory
          allocated with malloc must be freed explicitly using the
          "free" routine before it can be re-used.
       
          gc is a storage allocator with garbage collection that is
          intended to be used as a plug-in replacement for malloc.
       
       

From English Wiktionary: All languages (2023-07-27) :   [ dictinfo.com:wikt-en-ALL-2023-07-27 ]

  malloc
     n.
     (lb en computing) A subroutine in the C programming language's
  standard library for performing dynamic memory allocation.
     vb.
     (lb en computing) To allocate memory using the C programming language
  malloc subroutine.

From English Wiktionary: English language only (2023-07-27) :   [ dictinfo.com:wikt-en-en-2023-07-27 ]

  malloc
     n.
     (lb en computing) A subroutine in the C programming language's
  standard library for performing dynamic memory allocation.
     vb.
     (lb en computing) To allocate memory using the C programming language
  malloc subroutine.

From English Wiktionary: Western, Greek, and Slavonic languages only (2023-07-27) :   [ dictinfo.com:wikt-en-Western_Greek_Slavonic-2023-07-27 ]

  malloc
     n.
     (lb en computing) A subroutine in the C programming language's
  standard library for performing dynamic memory allocation.
     vb.
     (lb en computing) To allocate memory using the C programming language
  malloc subroutine.

From English Wiktionary: Western languages only (2023-07-27) :   [ dictinfo.com:wikt-en-Western-2023-07-27 ]

  malloc
     n.
     (lb en computing) A subroutine in the C programming language's
  standard library for performing dynamic memory allocation.
     vb.
     (lb en computing) To allocate memory using the C programming language
  malloc subroutine.

From XDICT the English-Chinese dictionary :   [ xdict ]

     内存分配

Questions or comments about this site? Contact dictionary@catflap.org
Access Stats