OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_calloc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp.h
225
void *
debug_calloc
(size_t count, size_t len, const char *file, int line);
230
#define calloc(c, y)
debug_calloc
(c, y, __FILE__, __LINE__)
posix.c
251
nif =
debug_calloc
(1, len + 1 + sizeof(*nif), file, line);
628
debug_calloc
(size_t count, size_t len, const char *file, int line)
function
fromwire.c
96
rv =
debug_calloc
(1, (sizeof(*rv) - DNS_MAX_LABEL_SIZE) + llen + 1, file, line);
722
rv =
debug_calloc
(1, sizeof(*rv), file, line);
cti-services.c
536
cti_connection_t conn_ref =
debug_calloc
(1, sizeof(struct _cti_connection_t), file, line);
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026