HomeSort by: relevance | last modified time | path
    Searched defs:map_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/gpt/
map.c 62 m->map_alloc = 0;
71 if (m->map_alloc)
139 n->map_alloc = alloc;
158 m->map_alloc = alloc;
203 map_alloc(gpt_t gpt, off_t start, off_t size, off_t alignment) function
map.h 51 int map_alloc; member in struct:map
57 struct map *map_alloc(struct gpt *, off_t, off_t, off_t);
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
check-common.c 61 map_alloc(enum map_type type, const void *buf, function
233 data = map_alloc(OVERRUN, NULL, data_size, &data_map);
236 buf = map_alloc(UNDERRUN, NULL, buf_sz, &buf_map);
280 buf2 = map_alloc(OVERRUN, buf, sz, &buf2_map);
386 data = map_alloc(OVERRUN, NULL, data_size, &data_map);
396 buf = map_alloc(OVERRUN, bytes, sz, &buf_map);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
throw_allocator.h 111 map_alloc();
134 = map_alloc().insert(entry);
146 { map_alloc().erase(check_allocated(p, size)); }
177 map_alloc_type::iterator found = map_alloc().find(p);
178 if (found == map_alloc().end())
204 const_iterator beg = map_alloc().begin();
205 const_iterator end = map_alloc().end();
241 const_iterator beg = map_alloc().begin();
242 const_iterator end = map_alloc().end();
371 map_alloc() function in struct:annotate_base
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
throw_allocator.h 109 map_alloc();
132 = map_alloc().insert(entry);
144 { map_alloc().erase(check_allocated(p, size)); }
175 map_alloc_type::iterator found = map_alloc().find(p);
176 if (found == map_alloc().end())
202 const_iterator beg = map_alloc().begin();
203 const_iterator end = map_alloc().end();
239 const_iterator beg = map_alloc().begin();
240 const_iterator end = map_alloc().end();
369 map_alloc() function in struct:annotate_base
    [all...]

Completed in 29 milliseconds