The following module was proposed for inclusion in the Module List:

  modid:       Devel::Malloc
  DSLIP:       aahfp
  description: Low-level memory operations
  userid:      YURY (Yury Kotlyarov)
  chapterid:   3 (Development_Support)
  communities:
    perlmonks.org

  similar:
    N/A

  rationale:

    Low-level memory operations: _malloc _memset _memget _free. The
    _malloc() function allocates size bytes and returns memory address
    to the allocated memory. You can store strings to memory using
    _memset() and retrieve them using _memget(). The _free() function
    deallocates memory.

    Memory address returned by _malloc() can be used between threads
    for signal-based real time inter-thread communications.

  enteredby:   YURY (Yury Kotlyarov)
  enteredon:   Sat Jun  9 11:42:14 2012 GMT

The resulting entry would be:

Devel::
::Malloc          aahfp Low-level memory operations                  YURY


Thanks for registering,
-- 
The PAUSE

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=a5b00000_8f372864a3d90d28&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=a5b00000_8f372864a3d90d28&SUBMIT_pause99_add_mod_insertit=1
Peek at the current permissions:
  
https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=Devel%3A%3AMalloc

Reply via email to