Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2796
void* HL_Realloc(void* ptr, size_t len) {
2797
HL_Free(ptr);
2798
return HL_Alloc(len);
2799
}
2800
2801
int HL_Compare_files(LPCWSTR sz1, LPCWSTR sz2) {
2802
int res1, res2;
Callers
2
HLS_Highlight_word
Function · 0.85
HLS_process_changes
Function · 0.85
Calls
2
HL_Free
Function · 0.85
HL_Alloc
Function · 0.85
Tested by
no test coverage detected