Searched defs:s (Results 1 – 5 of 5) sorted by relevance
/malloc/ |
A D | tst-mallocalign1.c | 25 test (size_t s) in test()
|
A D | tst-dynarray.c | 518 struct zstr s; in test_zstr() local 532 struct zstr s; in test_zstr() local 553 struct zstr s; in test_zstr() local
|
A D | malloc.c | 1426 #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 D | malloc-check.c | 397 const char *s = secure_getenv ("MALLOC_CHECK_"); in initialize_malloc_check() local
|
A D | malloc-debug.c | 499 malloc_trim (size_t s) in malloc_trim()
|
Completed in 35 milliseconds