Searched refs:ChppAllocHeader (Results 1 – 1 of 1) sorted by relevance
30 struct ChppAllocHeader { struct39 ptr = malloc(sizeof(struct ChppAllocHeader) + size); in chppMalloc() argument42 struct ChppAllocHeader *header = (struct ChppAllocHeader *)ptr; in chppMalloc()61 struct ChppAllocHeader *header = (struct ChppAllocHeader *)ptr; in chppFree()79 struct ChppAllocHeader *oldHeader = (struct ChppAllocHeader *)oldPtr; in chppRealloc()83 realloc(oldHeader, newSize + sizeof(struct ChppAllocHeader)); in chppRealloc()85 struct ChppAllocHeader *newHeader = (struct ChppAllocHeader *)reallocPtr; in chppRealloc()