Search results for "malloc"

Devel::Malloc - Low-level memory and atomic operations for real-time inter-thread communication. River stage zero No dependents

The _malloc() function allocates size bytes and returns memory address to the allocated memory. You can store bytes to memory using _memset() and retrieve them using _memget(). The _free() function deallocates memory. Memory address returned by _mall...

YURY/Devel-Malloc-0.03 - 14 Jun 2012 12:30:55 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11292 direct dependents • 32664 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 70 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

Nasm::X86 - Generate X86 assembler code using Perl as a macro pre-processor. River stage one • 1 direct dependent • 1 total dependent

Generate X86 assembler code using Perl as a macro pre-processor. Version "20220712". The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Nasm-X86-20220712 - 12 Jul 2022 11:07:33 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

B::C - Perl compiler's C backend River stage zero No dependents

This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which perl would have taken to load...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

Gimp - Write GIMP extensions/plug-ins/load- and save-handlers in Perl River stage zero No dependents

Gimp-Perl is a module for writing plug-ins, extensions, standalone scripts, and file-handlers for the GNU Image Manipulation Program (GIMP). It can be used to automate repetitive tasks, achieve a precision hard to get through manual use of GIMP, inte...

ETJ/Gimp-2.37 - 11 Jan 2022 09:16:23 UTC - Search in distribution

OOPS - Object Oriented Persistent Store River stage one • 1 direct dependent • 1 total dependent

The goal of OOPS is to make perl objects easily and transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too lar...

MUIR/OOPS-0.2005 - 13 Mar 2012 16:07:46 UTC - Search in distribution

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution

perlfaq - Frequently asked questions about Perl River stage zero No dependents

The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming. It's divided by topic into nine major sections outlined in this document. Where to find the perlfaq The perlfaq is an evolving docu...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Judy - Library for creating and accessing dynamic arrays River stage one • 1 direct dependent • 1 total dependent

The Judy family of functions supports fully dynamic arrays. These arrays may be indexed by a 32- or 64-bit word (depending on processor word size) (Judy::1, Judy::L), a null terminated string (Judy::SL), or an ordinary perl string (Judy::HS). Judy ar...

JJORE/Judy-0.41 - 24 Sep 2012 04:47:22 UTC - Search in distribution
  • Judy::L - Efficient integer to integer map

C::DynaLib - Dynamic Perl interface to C compiled code. River stage zero No dependents

This module allows Perl programs to call C functions in dynamic libraries. It is useful for testing library functions, writing simple programs without the bother of XS, and generating C function pointers that call Perl code. Your Perl must be of the ...

RURBAN/C-DynaLib-0.61 - 21 Dec 2010 17:51:31 UTC - Search in distribution

Sys::Hwloc - Perl Access to Portable Hardware Locality (hwloc) River stage zero No dependents

The Sys::Hwloc module provides a Perl wrapper API around the Portable Hardware Locality (hwloc) C API. Visit <http://www.open-mpi.org/projects/hwloc> for information about hwloc. The module provides access to the functions of the hwloc API as well as...

BKA/Sys-Hwloc-0.10 - 20 Jan 2011 08:15:30 UTC - Search in distribution

Code - notes and coding rules River stage zero No dependents

The documentation for using wurst lives in wurst.pod. This is a description of internals, conventions and how to change the code....

WURST/Wurst-0.51c - 23 May 2008 13:46:41 UTC - Search in distribution

SDL2::stdinc - General C Language Support Functions River stage zero No dependents

This is a general package that includes C language support where platform differences are abstracted away....

SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC - Search in distribution

Win32API::Registry - Low-level access to Win32 system API calls from WINREG.H River stage two • 3 direct dependents • 27 total dependents

This provides fairly low-level access to the Win32 System API calls dealing with the Registry [mostly from WINREG.H]. This is mostly intended to be used by other modules such as "Win32::TieRegistry" [which provides an extremely Perl-friendly method f...

CHORNY/Win32API-Registry-0.33 - 04 Apr 2015 12:37:19 UTC - Search in distribution

SWISH::3 - Perl interface to libswish3 River stage two • 6 direct dependents • 18 total dependents

SWISH::3 is a Perl interface to the libswish3 C library....

KARMAN/SWISH-3-1.000015 - 02 Apr 2017 02:01:35 UTC - Search in distribution

mod_perl River stage three • 155 direct dependents • 183 total dependents

This document deals with installation specifics on Win32 platforms....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

Affix - A Foreign Function Interface eXtension River stage zero No dependents

Affix is an FFI <https://en.wikipedia.org/wiki/Foreign_function_interface> to wrap libraries developed in other languages (C, C++, Rust, etc.) with pure Perl; without XS!...

SANKO/Affix-0.11 - 30 Mar 2023 02:52:55 UTC - Search in distribution
83 results (0.062 seconds)