Searched refs:CLEAN_CONTENT (Results 1 - 1 of 1) sorted by path

/u-boot/common/
H A Dmcheck_core.inc.h163 enum { KEEP_CONTENT = 0, CLEAN_CONTENT, ANY_ALIGNMENT = 1 }; enumerator in enum:__anon2
189 static void *mcheck_free_prehook(void *ptr) { return mcheck_free_helper(ptr, CLEAN_CONTENT); }
244 return mcheck_allocated_helper(altoghether_ptr, customer_sz, ANY_ALIGNMENT, CLEAN_CONTENT);
259 return mcheck_allocated_helper(altoghether_ptr, customer_sz, alignment, CLEAN_CONTENT);

Completed in 67 milliseconds