Searched refs:imalloc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/tzcode/zic/ |
| H A D | ialloc.c | 24 imalloc(n) in imalloc() function 46 return imalloc(size);
|
| H A D | scheck.c | 36 fbuf = imalloc((int) (2 * strlen(format) + 4));
|
| H A D | private.h | 155 char * imalloc (int n);
|
| H A D | zic.c | 388 #define emalloc(size) memcheck(imalloc(size))
|
| /freebsd-13.1/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 2250 imalloc(static_opts_t *sopts, dynamic_opts_t *dopts) { in imalloc() function 2293 imalloc(&sopts, &dopts); in malloc_default() 2420 ret = imalloc(&sopts, &dopts); in je_posix_memalign() 2463 imalloc(&sopts, &dopts); in JEMALLOC_ATTR() 2498 imalloc(&sopts, &dopts); in JEMALLOC_ATTR() 2721 imalloc(&sopts, &dopts); in je_realloc() 2893 imalloc(&sopts, &dopts); in JEMALLOC_ATTR() 2932 imalloc(&sopts, &dopts); in JEMALLOC_ATTR() 3069 imalloc(&sopts, &dopts); in JEMALLOC_SMALLOCX_CONCAT_HELPER2() 3122 imalloc(&sopts, &dopts); in JEMALLOC_ATTR()
|