Home | History | Annotate | Download | only in malloc_debug

Lines Matching full:allocation

256   error_log("    Enable capturing the backtrace at the point of allocation.");
262 error_log(" Enable capturing the backtrace at the point of allocation.");
269 error_log(" On first allocation, fill with the value 0x%02x.", DEFAULT_FILL_ALLOC_VALUE);
271 error_log(" allocation. The default is to fill the entire allocation.");
276 error_log(" only fill up to XX bytes of the allocation. The default is to");
277 error_log(" fill the entire allocation.");
280 error_log(" On both first allocation free, fill with the value 0x%02x on",
282 error_log(" first allocation and the value 0x%02x. If XX is set, only fill",
284 error_log(" up to XX bytes. The default is to fill the entire allocation.");
287 error_log(" Allocate an extra number of bytes for every allocation call.");
289 error_log(" allocation by. The default is %zu bytes, the max bytes is %zu.",
305 error_log(" how many backtrace frames to capture when an allocation is freed.");
315 error_log(" Record every single allocation/free call. When a specific signal");
320 error_log(" If the allocation list fills up, all further allocations are not recorded.");
356 // Enable logging the backtrace on allocation. Value is the total
367 // Fill the allocation with an arbitrary pattern on allocation.
368 // Value is the number of bytes of the allocation to fill
369 // (default entire allocation).
372 // Fill the allocation with an arbitrary pattern on free.
373 // Value is the number of bytes of the allocation to fill
374 // (default entire allocation).
379 // the total number of bytes to expand every allocation by.