OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:racoon_malloc
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
debugrm.h
40
#ifndef
racoon_malloc
41
#define
racoon_malloc
(sz) malloc((sz))
macro
56
#ifndef
racoon_malloc
57
#define
racoon_malloc
(sz) \
macro
gcmalloc.h
91
#define
racoon_malloc
(sz) GC_debug_malloc(sz, GC_EXTRAS)
macro
110
#ifndef
racoon_malloc
111
#define
racoon_malloc
(sz) malloc((sz))
macro
Completed in 29 milliseconds