Lines Matching refs:allocation
37 - the Primary allocator: fast and efficient, it services smaller allocation
42 - the Secondary allocator: slower, it services larger allocation sizes via the
79 - the allocation type (malloc, new, new[] or memalign), to detect potential
80 mismatches in the allocation APIs used;
86 the returned chunk to the beginning of the backend allocation (the "block");
91 small overhead for each allocation.
143 Your linked binary should now make use of the Scudo allocation and deallocation
241 | | | | allocation. …
244 | | | | byte pattern on allocation. …
321 - ``"allocation type mismatch"``: when the optional deallocation type mismatch
336 Several other error messages relate to parameter checking on the libc allocation