OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HW_ZALLOC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
hw-alloc.h
34
#define
HW_ZALLOC
(me,type) (type*)
hw_zalloc
(me, sizeof (type))
37
#define HW_NZALLOC(me,type,n) (type*)
hw_zalloc
(me, sizeof (type) * (n))
39
extern void *
hw_zalloc
(struct hw *me, unsigned long size);
/src/external/gpl3/gdb.old/dist/sim/common/
hw-alloc.h
34
#define
HW_ZALLOC
(me,type) (type*)
hw_zalloc
(me, sizeof (type))
37
#define HW_NZALLOC(me,type,n) (type*)
hw_zalloc
(me, sizeof (type) * (n))
39
extern void *
hw_zalloc
(struct hw *me, unsigned long size);
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026