MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / HL_Realloc

Function HL_Realloc

src/Helpers.c:2796–2799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2794}
2795
2796void* HL_Realloc(void* ptr, size_t len) {
2797 HL_Free(ptr);
2798 return HL_Alloc(len);
2799}
2800
2801int HL_Compare_files(LPCWSTR sz1, LPCWSTR sz2) {
2802 int res1, res2;

Callers 2

HLS_Highlight_wordFunction · 0.85
HLS_process_changesFunction · 0.85

Calls 2

HL_FreeFunction · 0.85
HL_AllocFunction · 0.85

Tested by

no test coverage detected