Lines Matching refs:MEM_STAT_DECL

412 extern void *vec_gc_p_reserve (void *, int MEM_STAT_DECL);
413 extern void *vec_gc_p_reserve_exact (void *, int MEM_STAT_DECL);
414 extern void *vec_gc_o_reserve (void *, int, size_t, size_t MEM_STAT_DECL);
416 MEM_STAT_DECL);
419 extern void *vec_heap_p_reserve (void *, int MEM_STAT_DECL);
420 extern void *vec_heap_p_reserve_exact (void *, int MEM_STAT_DECL);
421 extern void *vec_heap_o_reserve (void *, int, size_t, size_t MEM_STAT_DECL);
423 MEM_STAT_DECL);
708 (int alloc_ MEM_STAT_DECL) \
722 static inline VEC(T,A) *VEC_OP (T,A,copy) (VEC(T,base) *vec_ MEM_STAT_DECL) \
739 (VEC(T,A) **vec_, int alloc_ VEC_CHECK_DECL MEM_STAT_DECL) \
751 (VEC(T,A) **vec_, int alloc_ VEC_CHECK_DECL MEM_STAT_DECL) \
764 (VEC(T,A) **vec_, int size_ VEC_CHECK_DECL MEM_STAT_DECL) \
776 (VEC(T,A) **vec_, T obj_ VEC_CHECK_DECL MEM_STAT_DECL) \
784 (VEC(T,A) **vec_, unsigned ix_, T obj_ VEC_CHECK_DECL MEM_STAT_DECL) \
981 (int alloc_ MEM_STAT_DECL) \
989 static inline VEC(T,A) *VEC_OP (T,A,copy) (VEC(T,base) *vec_ MEM_STAT_DECL) \
1016 (VEC(T,A) **vec_, int alloc_ VEC_CHECK_DECL MEM_STAT_DECL) \
1031 (VEC(T,A) **vec_, int alloc_ VEC_CHECK_DECL MEM_STAT_DECL) \
1046 (VEC(T,A) **vec_, int size_ VEC_CHECK_DECL MEM_STAT_DECL) \
1058 (VEC(T,A) **vec_, const T *obj_ VEC_CHECK_DECL MEM_STAT_DECL) \
1067 VEC_CHECK_DECL MEM_STAT_DECL) \
1077 (int alloc_ MEM_STAT_DECL) \
1084 static inline VEC(T,A) *VEC_OP (T,A,copy) (VEC(T,base) *vec_ MEM_STAT_DECL) \
1111 (VEC(T,A) **vec_, int alloc_ VEC_CHECK_DECL MEM_STAT_DECL) \
1126 (VEC(T,A) **vec_, int alloc_ VEC_CHECK_DECL MEM_STAT_DECL) \
1140 (VEC(T,A) **vec_, int size_ VEC_CHECK_DECL MEM_STAT_DECL) \
1152 (VEC(T,A) **vec_, const T obj_ VEC_CHECK_DECL MEM_STAT_DECL) \
1161 VEC_CHECK_DECL MEM_STAT_DECL) \