Lines Matching defs:sz
192 void *user_alloc_internal(ThreadState *thr, uptr pc, uptr sz, uptr align, in user_alloc_internal()
233 void *user_alloc(ThreadState *thr, uptr pc, uptr sz) { in user_alloc()
260 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc()
282 UNUSED uptr sz = ctx->metamap.FreeBlock(thr->proc(), p, false); in OnUserFree() local
287 uptr sz = ctx->metamap.FreeBlock(thr->proc(), p, true); in OnUserFree() local
293 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { in user_realloc()
311 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign()
323 uptr sz) { in user_posix_memalign()
339 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc()
350 void *user_valloc(ThreadState *thr, uptr pc, uptr sz) { in user_valloc()
354 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc()
418 void *Alloc(uptr sz) { in Alloc()