Symbol: dir_info
lib/libc/stdlib/malloc.c
1050
omalloc_make_chunks(struct dir_info *d, u_int bucket, u_int listnum)
lib/libc/stdlib/malloc.c
1149
malloc_bytes(struct dir_info *d, size_t size)
lib/libc/stdlib/malloc.c
1227
validate_canary(struct dir_info *d, u_char *ptr, size_t sz, size_t allocated)
lib/libc/stdlib/malloc.c
1248
find_chunknum(struct dir_info *d, struct chunk_info *info, void *ptr, int check)
lib/libc/stdlib/malloc.c
1273
free_bytes(struct dir_info *d, struct region_info *r, void *ptr)
lib/libc/stdlib/malloc.c
1315
omalloc(struct dir_info *pool, size_t sz, int zero_fill)
lib/libc/stdlib/malloc.c
1387
malloc_recurse(struct dir_info *d)
lib/libc/stdlib/malloc.c
1404
struct dir_info *d;
lib/libc/stdlib/malloc.c
1432
d = (struct dir_info *)(p + MALLOC_PAGESIZE +
lib/libc/stdlib/malloc.c
1522
struct dir_info *d;
lib/libc/stdlib/malloc.c
1537
struct dir_info *d;
lib/libc/stdlib/malloc.c
1549
findpool(void *p, struct dir_info *argpool, struct dir_info **foundpool,
lib/libc/stdlib/malloc.c
1552
struct dir_info *pool = argpool;
lib/libc/stdlib/malloc.c
1583
ofree(struct dir_info **argpool, void *p, int clear, int check, size_t argsz)
lib/libc/stdlib/malloc.c
1586
struct dir_info *pool;
lib/libc/stdlib/malloc.c
1713
struct dir_info *d;
lib/libc/stdlib/malloc.c
1746
struct dir_info *d;
lib/libc/stdlib/malloc.c
1775
orealloc(struct dir_info **argpool, void *p, size_t newsz)
lib/libc/stdlib/malloc.c
1778
struct dir_info *pool;
lib/libc/stdlib/malloc.c
1947
struct dir_info *d;
lib/libc/stdlib/malloc.c
1968
struct dir_info *d;
lib/libc/stdlib/malloc.c
1994
struct dir_info *d;
lib/libc/stdlib/malloc.c
2018
orecallocarray(struct dir_info **argpool, void *p, size_t oldsize,
lib/libc/stdlib/malloc.c
2022
struct dir_info *pool;
lib/libc/stdlib/malloc.c
209
static void unmap(struct dir_info *d, void *p, size_t sz, size_t clear);
lib/libc/stdlib/malloc.c
2136
struct dir_info *d;
lib/libc/stdlib/malloc.c
2176
mapalign(struct dir_info *d, size_t alignment, size_t sz, int zero_fill)
lib/libc/stdlib/malloc.c
2210
omemalign(struct dir_info *pool, size_t alignment, size_t sz, int zero_fill)
lib/libc/stdlib/malloc.c
2285
struct dir_info *d;
lib/libc/stdlib/malloc.c
2327
struct dir_info *d;
lib/libc/stdlib/malloc.c
235
struct dir_info *malloc_pool[_MALLOC_MUTEXES];
lib/libc/stdlib/malloc.c
2361
store_caller(struct dir_info *d, struct btnode *f)
lib/libc/stdlib/malloc.c
2387
print_chunk_details(struct dir_info *pool, void *p, size_t sz, size_t index)
lib/libc/stdlib/malloc.c
2603
dump_free_chunk_info(struct dir_info *d, struct leaktree *leaks)
lib/libc/stdlib/malloc.c
2633
dump_free_page_info(struct dir_info *d)
lib/libc/stdlib/malloc.c
2658
malloc_dump1(int poolno, struct dir_info *d, struct leaktree *leaks)
lib/libc/stdlib/malloc.c
269
static __dead void wrterror(struct dir_info *d, char *msg, ...)
lib/libc/stdlib/malloc.c
2704
malloc_dump0(int poolno, struct dir_info *pool, struct leaktree *leaks)
lib/libc/stdlib/malloc.c
276
static void print_chunk_details(struct dir_info *, void *, size_t, size_t);
lib/libc/stdlib/malloc.c
277
static void* store_caller(struct dir_info *, struct btnode *);
lib/libc/stdlib/malloc.c
287
caller(struct dir_info *d)
lib/libc/stdlib/malloc.c
312
static inline void* caller(struct dir_info *d)
lib/libc/stdlib/malloc.c
348
static inline struct dir_info *
lib/libc/stdlib/malloc.c
359
wrterror(struct dir_info *d, char *msg, ...)
lib/libc/stdlib/malloc.c
382
rbytes_init(struct dir_info *d)
lib/libc/stdlib/malloc.c
390
getrbyte(struct dir_info *d)
lib/libc/stdlib/malloc.c
576
omalloc_poolinit(struct dir_info *d, int mmap_flag)
lib/libc/stdlib/malloc.c
598
omalloc_grow(struct dir_info *d)
lib/libc/stdlib/malloc.c
652
insert(struct dir_info *d, void *p, size_t sz, void *f)
lib/libc/stdlib/malloc.c
679
find(struct dir_info *d, void *p)
lib/libc/stdlib/malloc.c
703
delete(struct dir_info *d, struct region_info *ri)
lib/libc/stdlib/malloc.c
758
validate_junk(struct dir_info *pool, void *p, size_t argsz)
lib/libc/stdlib/malloc.c
796
unmap(struct dir_info *d, void *p, size_t sz, size_t clear)
lib/libc/stdlib/malloc.c
884
map(struct dir_info *d, size_t sz, int zero_fill)
lib/libc/stdlib/malloc.c
979
init_chunk_info(struct dir_info *d, struct chunk_info *p, u_int bucket)
lib/libc/stdlib/malloc.c
995
alloc_chunk_info(struct dir_info *d, u_int bucket)
libexec/ld.so/malloc.c
105
#define DIR_INFO_RSZ ((sizeof(struct dir_info) + MALLOC_PAGEMASK) & \
libexec/ld.so/malloc.c
1076
mapalign(struct dir_info *d, size_t alignment, size_t sz, int zero_fill)
libexec/ld.so/malloc.c
134
struct dir_info *g_pool; /* Main bookkeeping information */
libexec/ld.so/malloc.c
145
static u_char getrbyte(struct dir_info *d);
libexec/ld.so/malloc.c
180
rbytes_init(struct dir_info *d)
libexec/ld.so/malloc.c
188
getrbyte(struct dir_info *d)
libexec/ld.so/malloc.c
207
struct dir_info *d;
libexec/ld.so/malloc.c
227
d = (struct dir_info *)(p + MALLOC_PAGESIZE +
libexec/ld.so/malloc.c
249
omalloc_grow(struct dir_info *d)
libexec/ld.so/malloc.c
293
insert(struct dir_info *d, void *p, size_t sz)
libexec/ld.so/malloc.c
317
find(struct dir_info *d, void *p)
libexec/ld.so/malloc.c
339
delete(struct dir_info *d, struct region_info *ri)
libexec/ld.so/malloc.c
377
unmap(struct dir_info *d, void *p, size_t sz, int junk)
libexec/ld.so/malloc.c
437
map(struct dir_info *d, size_t sz, int zero_fill)
libexec/ld.so/malloc.c
499
init_chunk_info(struct dir_info *d, struct chunk_info *p, int bits)
libexec/ld.so/malloc.c
523
alloc_chunk_info(struct dir_info *d, int bits)
libexec/ld.so/malloc.c
563
omalloc_make_chunks(struct dir_info *d, int bits, int listnum)
libexec/ld.so/malloc.c
625
malloc_bytes(struct dir_info *d, size_t size)
libexec/ld.so/malloc.c
717
find_chunknum(struct dir_info *d, struct region_info *r, void *ptr, int check)
libexec/ld.so/malloc.c
747
free_bytes(struct dir_info *d, struct region_info *r, void *ptr)
libexec/ld.so/malloc.c
885
validate_junk(struct dir_info *pool, void *p)
usr.bin/make/dir.c
177
static struct ohash_info dir_info = {
usr.bin/make/dir.c
335
p = ohash_create_entry(&dir_info, name, &ename);
usr.bin/make/dir.c
360
ohash_init(&knownDirectories, 4, &dir_info);