Lines Matching defs:sz
161 void *user_alloc_internal(ThreadState *thr, uptr pc, uptr sz, uptr align, in user_alloc_internal()
196 void *user_alloc(ThreadState *thr, uptr pc, uptr sz) { in user_alloc()
223 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc()
234 uptr sz = ctx->metamap.FreeBlock(thr->proc(), p); in OnUserFree() local
240 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { in user_realloc()
258 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign()
270 uptr sz) { in user_posix_memalign()
286 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc()
297 void *user_valloc(ThreadState *thr, uptr pc, uptr sz) { in user_valloc()
301 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc()
342 void *internal_alloc(MBlockType typ, uptr sz) { in internal_alloc()