Lines Matching refs:time
62 implementation, but it should be a reasonable amount of time. The jemalloc
197 allocations of the same size at the same time.
201 Only the time it takes to do the allocations is recorded, the frees are not
208 related to having multiple allocations alive at the same time.
225 benchmark, only the time it takes to do the allocations is tracked, the
320 this is a worst case scenario for allocations happening at the same time
323 time. The trace data does not include timestamps,
352 The performance number is a measure of the time it takes to perform all of
354 For any call that allocates a pointer, the time for the call and the time
402 happen if all of the allocations are spaced out in time so no thread
403 every does an allocation at the same time as another thread.