Home
last modified time | relevance | path

Searched defs:sz (Results 1 – 2 of 2) sorted by relevance

/common/
A Dmcheck_core.inc.h119 static inline size_t allign_size_up(size_t sz, size_t grain) in allign_size_up()
192 static size_t mcheck_alloc_prehook(size_t sz) in mcheck_alloc_prehook()
252 static size_t mcheck_memalign_prehook(size_t alig, size_t sz) in mcheck_memalign_prehook()
A Ddlmalloc.c40 static inline void MALLOC_ZERO(void *p, size_t sz) { memset(p, 0, sz); } in MALLOC_ZERO()
41 static inline void MALLOC_COPY(void *dest, const void *src, size_t sz) { memcpy(dest, src, sz); } in MALLOC_COPY()
627 #define bin_index(sz) \ argument
644 #define smallbin_index(sz) (((unsigned long)(sz)) >> 3) argument
759 INTERNAL_SIZE_T sz = p->size & ~PREV_INUSE; local
779 INTERNAL_SIZE_T sz = p->size & ~PREV_INUSE; local
844 INTERNAL_SIZE_T sz = p->size & ~PREV_INUSE; local
1532 INTERNAL_SIZE_T sz; /* its size */ local
2096 INTERNAL_SIZE_T sz = n * elem_size; local

Completed in 9 milliseconds