Searched defs:HW_NZALLOC (Results 1 – 4 of 4) sorted by relevance
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/ |
H A D | hw-alloc.h | 37 #define HW_NZALLOC(ME,TYPE,N) (TYPE*) hw_zalloc (me, sizeof (TYPE) * (N)) macro
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/ |
H A D | hw-alloc.h | 37 #define HW_NZALLOC(ME,TYPE,N) (TYPE*) hw_zalloc (me, sizeof (TYPE) * (N)) macro
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/ |
H A D | hw-alloc.h | 38 #define HW_NZALLOC(me,type,n) (type*) hw_zalloc (me, sizeof (type) * (n)) macro
|
/dports/devel/gdb761/gdb-7.6.1/sim/common/ |
H A D | hw-alloc.h | 37 #define HW_NZALLOC(me,type,n) (type*) hw_zalloc (me, sizeof (type) * (n)) macro
|