Home
last modified time | relevance | path

Searched refs:map_alloc (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h109 map_alloc(); in _GLIBCXX_VISIBILITY()
132 = map_alloc().insert(entry); in _GLIBCXX_VISIBILITY()
144 { map_alloc().erase(check_allocated(p, size)); } in _GLIBCXX_VISIBILITY()
175 map_alloc_type::iterator found = map_alloc().find(p); in _GLIBCXX_VISIBILITY()
176 if (found == map_alloc().end()) in _GLIBCXX_VISIBILITY()
202 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY()
203 const_iterator end = map_alloc().end(); in _GLIBCXX_VISIBILITY()
239 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY()
240 const_iterator end = map_alloc().end(); in _GLIBCXX_VISIBILITY()
369 map_alloc() in _GLIBCXX_VISIBILITY() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h109 map_alloc(); in _GLIBCXX_VISIBILITY()
132 = map_alloc().insert(entry); in _GLIBCXX_VISIBILITY()
144 { map_alloc().erase(check_allocated(p, size)); } in _GLIBCXX_VISIBILITY()
175 map_alloc_type::iterator found = map_alloc().find(p); in _GLIBCXX_VISIBILITY()
176 if (found == map_alloc().end()) in _GLIBCXX_VISIBILITY()
202 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY()
203 const_iterator end = map_alloc().end(); in _GLIBCXX_VISIBILITY()
239 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY()
240 const_iterator end = map_alloc().end(); in _GLIBCXX_VISIBILITY()
369 map_alloc() in _GLIBCXX_VISIBILITY() function
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.c61 map_alloc(enum map_type type, const void *buf, in map_alloc() function
233 data = map_alloc(OVERRUN, NULL, data_size, &data_map); in generic_test()
236 buf = map_alloc(UNDERRUN, NULL, buf_sz, &buf_map); in generic_test()
280 buf2 = map_alloc(OVERRUN, buf, sz, &buf2_map); in generic_test()
386 data = map_alloc(OVERRUN, NULL, data_size, &data_map); in generic_decode_fail()
396 buf = map_alloc(OVERRUN, bytes, sz, &buf_map); in generic_decode_fail()
H A Dcheck-common.h93 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
H A Dcheck-gen.c813 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in check_tag_length()
875 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in check_tag_length64()
935 buf = map_alloc(OVERRUN, td[i].data, td[i].len, &page); in check_tag_length64s()
H A DChangeLog993 * check-common.h (map_alloc, generic_decode_fail): prototypes
995 * check-common.c (map_alloc): make input buffer const
/netbsd-src/sbin/gpt/
H A Dmap.h51 int map_alloc; member
57 struct map *map_alloc(struct gpt *, off_t, off_t, off_t);
H A Dmap.c62 m->map_alloc = 0; in map_create()
71 if (m->map_alloc) in map_destroy()
139 n->map_alloc = alloc; in map_add()
158 m->map_alloc = alloc; in map_add()
203 map_alloc(gpt_t gpt, off_t start, off_t size, off_t alignment) in map_alloc() function
H A Dadd.c133 map = map_alloc(gpt, block, sectors, alignsecs); in add()
140 map = map_alloc(gpt, block, sectors, 0); in add()