Home
last modified time | relevance | path

Searched refs:s (Results 1 – 6 of 6) sorted by relevance

/malloc/
A Dtst-dynarray.c518 struct zstr s; in test_zstr() local
519 zstr_init (&s); in test_zstr()
532 struct zstr s; in test_zstr() local
533 zstr_init (&s); in test_zstr()
553 struct zstr s; in test_zstr() local
554 zstr_init (&s); in test_zstr()
555 zstr_add (&s, 'A'); in test_zstr()
556 zstr_add (&s, 'b'); in test_zstr()
557 zstr_add (&s, 'c'); in test_zstr()
565 zstr_add (&s, 'X'); in test_zstr()
[all …]
A Dmtrace.pl165 printf ("+ %#0@XXX@x Alloc %d duplicate: %s %s\n",
179 printf ("- %#0@XXX@x Free %d was never alloc'd %s\n",
189 printf ("- %#0@XXX@x Realloc %d was never alloc'd %s\n",
196 printf ("+ %#0@XXX@x Realloc %d duplicate: %#010x %s %s\n",
228 printf ("%#0@XXX@x %#8x at %s\n", hex($addr), $allocated{$addr},
A Dtst-mallocalign1.c25 test (size_t s) in test() argument
27 void *p = malloc (s); in test()
29 printf ("malloc: %zu, %p: %zu\n", s, p, in test()
A Dmalloc-check.c397 const char *s = secure_getenv ("MALLOC_CHECK_"); in initialize_malloc_check() local
398 if (s && s[0] != '\0' && s[0] != '0') in initialize_malloc_check()
A Dmalloc.c1426 #define chunk_at_offset(p, s) ((mchunkptr) (((char *) (p)) + (s))) argument
1452 #define set_head_size(p, s) ((p)->mchunk_size = (((p)->mchunk_size & SIZE_BITS) | (s))) argument
1455 #define set_head(p, s) ((p)->mchunk_size = (s)) argument
1458 #define set_foot(p, s) (((mchunkptr) ((char *) (p) + (s)))->mchunk_prev_size = (s)) argument
1797 #define set_max_fast(s) \ argument
2221 assert ((long) (sz) - (long) (s) >= 0); in do_check_remalloced_chunk()
2233 do_check_remalloced_chunk (av, p, s); in do_check_malloced_chunk()
2512 long int size = *s; in sysmalloc_mmap_fallback()
2542 *s = size; in sysmalloc_mmap_fallback()
5096 __malloc_trim (size_t s) in __malloc_trim() argument
[all …]
A Dmalloc-debug.c499 malloc_trim (size_t s) in malloc_trim() argument
502 return __malloc_trim (s); in malloc_trim()
508 return LIBC_SYMBOL (malloc_trim) (s); in malloc_trim()

Completed in 21 milliseconds