Home
last modified time | relevance | path

Searched defs:s (Results 1 – 5 of 5) sorted by relevance

/malloc/
A Dtst-mallocalign1.c25 test (size_t s) in test()
A Dtst-dynarray.c518 struct zstr s; in test_zstr() local
532 struct zstr s; in test_zstr() local
553 struct zstr s; in test_zstr() local
A Dmalloc.c1426 #define chunk_at_offset(p, s) ((mchunkptr) (((char *) (p)) + (s))) argument
1441 #define inuse_bit_at_offset(p, s) \ argument
1444 #define set_inuse_bit_at_offset(p, s) \ argument
1447 #define clear_inuse_bit_at_offset(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
1797 #define set_max_fast(s) \ argument
2200 do_check_remalloced_chunk (mstate av, mchunkptr p, INTERNAL_SIZE_T s) in do_check_remalloced_chunk()
2230 do_check_malloced_chunk (mstate av, mchunkptr p, INTERNAL_SIZE_T s) in do_check_malloced_chunk()
2508 sysmalloc_mmap_fallback (long int *s, INTERNAL_SIZE_T nb, in sysmalloc_mmap_fallback()
[all …]
A Dmalloc-check.c397 const char *s = secure_getenv ("MALLOC_CHECK_"); in initialize_malloc_check() local
A Dmalloc-debug.c499 malloc_trim (size_t s) in malloc_trim()

Completed in 38 milliseconds