Searched refs:where (Results 1 – 2 of 2) sorted by relevance
/malloc/ |
A D | mtrace.pl | 148 my $n, $where; 151 $where=$cols[1]; 154 $where=""; 167 $where); 170 $addrwas{$allocaddr}=$where; 180 hex($allocaddr), $nr, &location($where)); 190 hex($allocaddr), $nr, &location($where)); 198 &location($addrwas{$allocaddr}), &location($where)); 201 $addrwas{$allocaddr}=$where;
|
A D | obstack.h | 296 # define obstack_grow(OBSTACK, where, length) \ argument 302 memcpy (__o->next_free, where, __len); \ 306 # define obstack_grow0(OBSTACK, where, length) \ argument 312 memcpy (__o->next_free, where, __len); \ 374 # define obstack_copy(OBSTACK, where, length) \ argument 377 obstack_grow (__h, (where), (length)); \ 380 # define obstack_copy0(OBSTACK, where, length) \ argument 436 # define obstack_grow(h, where, length) \ argument 443 # define obstack_grow0(h, where, length) \ argument 481 # define obstack_copy(h, where, length) \ argument [all …]
|
Completed in 7 milliseconds