gearman_worker_set_memory_allocators(3)

GEARMAN_WORKER_SET_MEMORY_ALLOCATORS(3) Gearmand GEARMAN_WORKER_SET_MEMORY_ALLOCATORS(3)

NAME

gearman_worker_set_memory_allocators - Gearmand Documentation, https://gearman.org/gearmand/

SYNOPSIS

#include <libgearman/gearman.h>

type gearman_allocator_t

type gearman_malloc_fn

type gearman_free_fn

type gearman_realloc_fn

type gearman_calloc_fn

gearman_return_t <#c.gearman_return_t> gearman_client_set_memory_allocators(gearman_client_st <#c.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 <#c.gearman_return_t> gearman_worker_set_memory_allocators(gearman_worker_st <#c.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

2011-2014, Data Differential, http://www.datadifferential.com/

September 11, 2025 1.1.22