MCPcopy Create free account
hub / github.com/egonelbre/exp / Dealloc

Method Dealloc

mm/malloc.go:49–52  ·  view source on GitHub ↗
(p unsafe.Pointer)

Source from the content-addressed store, hash-verified

47}
48
49func (m Aligned) Dealloc(p unsafe.Pointer) bool {
50 C._aligned_free(p)
51 return true
52}
53
54func (m Aligned) Realloc(p *unsafe.Pointer, size int) bool {
55 if size == 0 {

Callers 1

ReallocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected