Searched refs:ALLOC_FILL (Results 1 – 2 of 2) sorted by relevance
26 #define ALLOC_FILL 0x99 macro238 memset(ptr, ALLOC_FILL, size); in miniheap_alloc()
33 #define ALLOC_FILL 0x99 macro606 memset(result, ALLOC_FILL, requested_size); in large_alloc()730 memset(result, ALLOC_FILL, size); in cmpct_alloc()
Completed in 6 milliseconds