Home | History | Annotate | Download | only in wtf

Lines Matching defs:returnValue

235     TryMallocReturnValue returnValue = tryFastMalloc(n);
237 returnValue.getValue(result);
283 TryMallocReturnValue returnValue = tryFastCalloc(n_elements, element_size);
285 returnValue.getValue(result);
352 TryMallocReturnValue returnValue = tryFastRealloc(p, n);
354 returnValue.getValue(result);