debian man page for gearman_allocator_t

Query: gearman_allocator_t

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GEARMAN_ALLOCATOR_T(3)						     Gearmand						    GEARMAN_ALLOCATOR_T(3)

NAME
gearman_allocator_t - Gearmand Documentation, http://gearman.info/
SYNOPSIS
#include <libgearman/gearman.h> gearman_allocator_t gearman_malloc_fn gearman_free_fn gearman_realloc_fn gearman_calloc_fn gearman_return_t gearman_client_set_memory_allocators(gearman_client_st *, gearman_malloc_fn *malloc_fn, gearman_free_fn *free_fn, gearman_realloc_fn *realloc_fn, gearman_calloc_fn *calloc_fn, void *context) gearman_return_t gearman_worker_set_memory_allocators(gearman_worker_st *, gearman_malloc_fn *malloc_fn, gearman_free_fn *free_fn, gearman_realloc_fn *realloc_fn, gearman_calloc_fn *calloc_fn, void *context) Link to -lgearman
DESCRIPTION
Install callbacks for custom allocation. Normally malloc(3) and free(3) are used for allocation and releasing workloads. You can use gearman_client_set_memory_allocators() and gearman_worker_set_memory_allocators() to set your own custom allocators.
RETURN VALUE
None See also gearmand(8) libgearman(3) gearman_client_st(3)
AUTHOR
Data Differential http://www.datadifferential.com/
COPYRIGHT
2012, Data Differential, http://www.datadifferential.com/ 0.33 May 04, 2012 GEARMAN_ALLOCATOR_T(3)
Related Man Pages
gearman_client_do_status(3) - debian
gearman_client_set_memory_allocators(3) - debian
gearman_client_set_timeout(3) - debian
gearman_client_set_task_context_free_fn(3) - debian
gearman_client_set_workload_free_fn(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections