Log in or Sign up

Definitions

Wiktionary

  1. n. A subroutine in the C programming language's standard library for performing dynamic memory allocation.
  2. v. To allocate memory using the C programming language malloc subroutine.

Examples

  • “This is analogous to the case of calling malloc (0), where the implementation is permitted to return a pointer to zero bytes.”

    The Old New Thing

  • “The C function alloc_object in the interpreter currently calls malloc for every object allocated and doesn't record anything about what memory has been allocated.”

    peter.michaux.ca

  • “A custom memory allocator should be usually written, because calling malloc () for a large number of small structures is suboptimal.”

    The Code Project Latest Articles

  • “There are few enough developers for RISC OS as it is without making life even harder by forcing them to avoid standard language features such as malloc () and free ().”

    Drobe Launchpad News

  • “Portable software stacks often abstract library functions such as malloc () and free () through their own veneer - primarily because you cannot rely on standard implementations doing everything you need (like helping you to debug memory leaks and crashes, for example).”

    Drobe Launchpad News

  • “In addition, note that you should not use multiple memory allocators in same process, such as malloc by libc and free by libumem or other allocators.”

    SDN Featured Content

  • “By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi-process applications. radlib greatly improves typical process performance through the use of shared memory buffers to avoid costly "malloc" and "free" library calls.”

    Softpedia - Windows - All

  • “ยท The last traces of the 'malloc' garbage collector were removed.”

    Softpedia - Windows - All

  • “Despite the legitimacy of their claims at the time, the market for people who can understand the intricacies of 'malloc' had dried up within a few years.”

    Latest News from Adobe Flex Journal

  • “A lot of these applications are also memory allocation intensive, meaning that that call malloc or free frequently.”

    InformationWeek - All Stories And Blogs

Show 10 more examples...

Lists

‘malloc’ hasn't been added to any lists yet.

Comments

No comments yet...

Log in or sign up to get involved in the conversation. It's quick and easy.

‘malloc’ has been looked up 345 times, and is not a valid Scrabble word.