Searched refs:MEM_EXT_ROOM (Results 1 – 1 of 1) sorted by relevance
34 #define MEM_EXT_ROOM (0x00000010) macro42 #define MEM_HEAD_ROOM(debug) ((debug & MEM_EXT_ROOM) ? (MEM_ALIGN) : (0))467 if ((debug & MEM_EXT_ROOM) == 0) in chk_node()475 if ((debug & MEM_EXT_ROOM) == 0) in chk_mem()554 if (debug & MEM_EXT_ROOM) in reset_node()644 size_t size_real = (debug & MEM_EXT_ROOM) ? (size_align + 2 * MEM_ALIGN) : in mpp_osal_malloc()655 if (debug & MEM_EXT_ROOM) { in mpp_osal_malloc()689 size_t size_real = (debug & MEM_EXT_ROOM) ? (size_align + 2 * MEM_ALIGN) : in mpp_osal_realloc()703 void *ret_ptr = (debug & MEM_EXT_ROOM) ? in mpp_osal_realloc()