Searched defs:sz (Results 1 – 6 of 6) sorted by relevance
7 _malloc_r (struct _reent *r, size_t sz) in _malloc_r()
6 _realloc_r (struct _reent *r, void *x, size_t sz) in _realloc_r()
123 #define REAL_SIZE(sz) \ argument134 malloc (size_t sz) in malloc()280 realloc (void *block_p, size_t sz) in realloc()324 size_t sz = n * elem_size; in calloc() local342 memalign (size_t align, size_t sz) in memalign()504 valloc (size_t sz) in valloc()511 pvalloc (size_t sz) in pvalloc()
44 unsigned long long sz; in malloc_ea() local
1230 #define bin_index(sz) \ argument1248 #define smallbin_index(sz) (((unsigned long)(sz)) >> SMALLBIN_WIDTH_BITS) argument1376 INTERNAL_SIZE_T sz = p->size & ~PREV_INUSE; in do_check_chunk() local1393 INTERNAL_SIZE_T sz = p->size & ~PREV_INUSE; in do_check_free_chunk() local1450 INTERNAL_SIZE_T sz = p->size & ~PREV_INUSE; in do_check_malloced_chunk() local2748 INTERNAL_SIZE_T sz; in cALLOc() local
313 #define EXPORTS(name,sz) \ argument322 #define WEXPORT(name,sz) \ argument