OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isc__mem_allocate
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
mem.h
150
#define isc_mem_allocate(c, s)
isc__mem_allocate
((c), (s), 0 _ISC_MEM_FILELINE)
152
isc__mem_allocate
((c), ISC_CHECKED_MUL((n), (s)), \
524
isc__mem_allocate
(isc_mem_t *, size_t, int _ISC_MEM_FLARG);
/src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
namespace.h
62
#define
isc__mem_allocate
isc___mem_allocate
macro
/src/external/mpl/bind/dist/lib/isc/
mem.c
846
isc__mem_allocate
(isc_mem_t *ctx, size_t size, int flags FLARG) {
function
899
new_ptr =
isc__mem_allocate
(ctx, new_size, flags FLARG_PASS);
955
ns =
isc__mem_allocate
(mctx, len, 0 FLARG_PASS);
976
ns =
isc__mem_allocate
(mctx, len, 0 FLARG_PASS);
/src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c
1062
return (
isc__mem_allocate
(ctx0, size FLARG_PASS));
1368
new_ptr =
isc__mem_allocate
(ctx0, size FLARG_PASS);
1462
ns =
isc__mem_allocate
((isc_mem_t *)mctx, len FLARG_PASS);
1485
ns =
isc__mem_allocate
((isc_mem_t *)mctx, len FLARG_PASS);
2405
isc__mem_allocate
(isc_mem_t *mctx, size_t size FLARG) {
function
Completed in 23 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026